C# 클래스 UnityEngine.iOS.NotificationServices

NotificationServices is only available on iPhoneiPadiPod Touch.

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
RegisterForNotifications ( NotificationType notificationTypes ) : void

Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.

비공개 메소드들

메소드 설명
CancelAllLocalNotifications ( ) : void
CancelLocalNotification ( LocalNotification notification ) : void
ClearLocalNotifications ( ) : void
ClearRemoteNotifications ( ) : void
GetLocalNotification ( int index ) : LocalNotification
GetRemoteNotification ( int index ) : RemoteNotification
PresentLocalNotificationNow ( LocalNotification notification ) : void
RegisterForNotifications ( NotificationType notificationTypes, bool registerForRemote ) : void
ScheduleLocalNotification ( LocalNotification notification ) : void
UnregisterForRemoteNotifications ( ) : void

메소드 상세

RegisterForNotifications() 공개 정적인 메소드

Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.

public static RegisterForNotifications ( NotificationType notificationTypes ) : void
notificationTypes NotificationType Notification types to register for.
리턴 void