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

Inheritance: Gcm.Client.GcmServiceBase
Mostra file Open project: Azure/azure-mobile-apps-net-client

Public Methods

Method Description
GcmService ( ) : System.Collections.Generic

Protected Methods

Method 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 method

public GcmService ( ) : System.Collections.Generic
return System.Collections.Generic

OnError() protected method

protected OnError ( Android.Content.Context context, string errorId ) : void
context Android.Content.Context
errorId string
return void

OnMessage() protected method

protected OnMessage ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context
intent Android.Content.Intent
return void

OnRegistered() protected method

protected OnRegistered ( Android.Content.Context context, string registrationId ) : void
context Android.Content.Context
registrationId string
return void

OnUnRegistered() protected method

protected OnUnRegistered ( Android.Content.Context context, string registrationId ) : void
context Android.Content.Context
registrationId string
return void