C# Class Microsoft.WindowsAzure.MobileServices.Test.GcmService

Inheritance: Gcm.Client.GcmServiceBase
Afficher le fichier Open project: Azure/azure-mobile-apps-net-client

Méthodes publiques

Méthode Description
GcmService ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnError ( Android.Content.Context context, string errorId ) : void
OnMessage ( Android.Content.Context context, Android.Content.Intent intent ) : void
OnRegistered ( Android.Content.Context context, string registrationId ) : void
OnUnRegistered ( Android.Content.Context context, string registrationId ) : void

Method Details

GcmService() public méthode

public GcmService ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OnError() protected méthode

protected OnError ( Android.Content.Context context, string errorId ) : void
context Android.Content.Context
errorId string
Résultat void

OnMessage() protected méthode

protected OnMessage ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context
intent Android.Content.Intent
Résultat void

OnRegistered() protected méthode

protected OnRegistered ( Android.Content.Context context, string registrationId ) : void
context Android.Content.Context
registrationId string
Résultat void

OnUnRegistered() protected méthode

protected OnUnRegistered ( Android.Content.Context context, string registrationId ) : void
context Android.Content.Context
registrationId string
Résultat void