C# Class UnityEngine.iOS.NotificationServices

NotificationServices is only available on iPhoneiPadiPod Touch.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
RegisterForNotifications ( NotificationType notificationTypes ) : void

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

Private Methods

Method Description
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

Method Details

RegisterForNotifications() public static method

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.
return void