메소드 | 설명 | |
---|---|---|
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 |
protected OnError ( Android.Content.Context context, string errorId ) : void | ||
context | Android.Content.Context | |
errorId | string | |
리턴 | void |
protected OnMessage ( Android.Content.Context context, Android.Content.Intent intent ) : void | ||
context | Android.Content.Context | |
intent | Android.Content.Intent | |
리턴 | void |
protected OnRecoverableError ( Android.Content.Context context, string errorId ) : bool | ||
context | Android.Content.Context | |
errorId | string | |
리턴 | bool |
protected OnRegistered ( Android.Content.Context context, string deviceToken ) : void | ||
context | Android.Content.Context | |
deviceToken | string | |
리턴 | void |
protected OnUnRegistered ( Android.Content.Context context, string registrationId ) : void | ||
context | Android.Content.Context | |
registrationId | string | |
리턴 | void |