C# 클래스 BuildIt.Bot.Client.Impl.Droid.Utilities.GcmService

상속: Gcm.Client.GcmServiceBase
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
GcmService ( ) : System

보호된 메소드들

메소드 설명
OnError ( Android.Content.Context context, string errorId ) : void

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

OnRecoverableError ( Android.Content.Context context, string errorId ) : bool

OnRegistered ( Android.Content.Context context, string deviceToken ) : void

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

비공개 메소드들

메소드 설명
DisplayPushNotification ( string title, string body ) : void
ProcessPushNotification ( Android.Content.Intent intent ) : void
RegisterPushNotifications ( string deviceToken ) : System.Threading.Tasks.Task

메소드 상세

GcmService() 공개 메소드

public GcmService ( ) : System
리턴 System

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

OnRecoverableError() 보호된 메소드

protected OnRecoverableError ( Android.Content.Context context, string errorId ) : bool
context Android.Content.Context
errorId string
리턴 bool

OnRegistered() 보호된 메소드

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

OnUnRegistered() 보호된 메소드

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