C# 클래스 Microsoft.WindowsAzure.MobileServices.Test.GcmService

상속: Gcm.Client.GcmServiceBase
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client

공개 메소드들

메소드 설명
GcmService ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
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

메소드 상세

GcmService() 공개 메소드

public GcmService ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OnError() 보호된 메소드

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

OnMessage() 보호된 메소드

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

OnRegistered() 보호된 메소드

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

OnUnRegistered() 보호된 메소드

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