C# Class IronPigeon.Relay.GooglePushNotifications

Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode Description
GooglePushNotifications ( ) : System
GooglePushNotifications ( HttpClient httpClient, string apiKey, string registrationId ) : System
PushGoogleRawNotificationAsync ( CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
PushGoogleUpdateAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Method Details

GooglePushNotifications() public méthode

public GooglePushNotifications ( ) : System
Résultat System

GooglePushNotifications() public méthode

public GooglePushNotifications ( HttpClient httpClient, string apiKey, string registrationId ) : System
httpClient System.Net.Http.HttpClient
apiKey string
registrationId string
Résultat System

PushGoogleRawNotificationAsync() public méthode

public PushGoogleRawNotificationAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task