C# 클래스 IronPigeon.Relay.GooglePushNotifications

파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
GooglePushNotifications ( ) : System
GooglePushNotifications ( HttpClient httpClient, string apiKey, string registrationId ) : System
PushGoogleRawNotificationAsync ( CancellationToken cancellationToken ) : Task

비공개 메소드들

메소드 설명
PushGoogleUpdateAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

메소드 상세

GooglePushNotifications() 공개 메소드

public GooglePushNotifications ( ) : System
리턴 System

GooglePushNotifications() 공개 메소드

public GooglePushNotifications ( HttpClient httpClient, string apiKey, string registrationId ) : System
httpClient System.Net.Http.HttpClient
apiKey string
registrationId string
리턴 System

PushGoogleRawNotificationAsync() 공개 메소드

public PushGoogleRawNotificationAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task