C# 클래스 DeltaDNA.AndroidNotifications

Android Notifications enables a game to register with Google's GCM service. Is uses our native Android plugin to retreive the registration id required to send a push notification to a game. This id is sent to our platform as appropriate.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: deltaDNA/unity-sdk

공개 메소드들

메소드 설명
DidFailToRegisterForPushNotifications ( string error ) : void
DidLaunchWithPushNotification ( string notification ) : void
DidReceivePushNotification ( string notification ) : void
DidRegisterForPushNotifications ( string registrationId ) : void
RegisterForPushNotifications ( ) : void

Registers for push notifications.

UnregisterForPushNotifications ( ) : void

Unregisters for push notifications.

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

DidFailToRegisterForPushNotifications() 공개 메소드

public DidFailToRegisterForPushNotifications ( string error ) : void
error string
리턴 void

DidLaunchWithPushNotification() 공개 메소드

public DidLaunchWithPushNotification ( string notification ) : void
notification string
리턴 void

DidReceivePushNotification() 공개 메소드

public DidReceivePushNotification ( string notification ) : void
notification string
리턴 void

DidRegisterForPushNotifications() 공개 메소드

public DidRegisterForPushNotifications ( string registrationId ) : void
registrationId string
리턴 void

RegisterForPushNotifications() 공개 메소드

Registers for push notifications.
public RegisterForPushNotifications ( ) : void
리턴 void

UnregisterForPushNotifications() 공개 메소드

Unregisters for push notifications.
public UnregisterForPushNotifications ( ) : void
리턴 void