C# Class UnityEngine.NotificationServices

Inheritance: Object
ファイルを表示 Open project: randomize/VimConfig

Public Methods

Method Description
CancelAllLocalNotifications ( ) : void
CancelLocalNotification ( LocalNotification notification ) : void
ClearLocalNotifications ( ) : void
ClearRemoteNotifications ( ) : void
GetLocalNotification ( int index ) : LocalNotification
GetRemoteNotification ( int index ) : RemoteNotification
NotificationServices ( )
PresentLocalNotificationNow ( LocalNotification notification ) : void
ScheduleLocalNotification ( LocalNotification notification ) : void
UnregisterForRemoteNotifications ( ) : void

Private Methods

Method Description
RegisterForRemoteNotificationTypes ( UnityEngine.RemoteNotificationType notificationTypes ) : void

Method Details

CancelAllLocalNotifications() public static method

public static CancelAllLocalNotifications ( ) : void
return void

CancelLocalNotification() public static method

public static CancelLocalNotification ( LocalNotification notification ) : void
notification LocalNotification
return void

ClearLocalNotifications() public static method

public static ClearLocalNotifications ( ) : void
return void

ClearRemoteNotifications() public static method

public static ClearRemoteNotifications ( ) : void
return void

GetLocalNotification() public static method

public static GetLocalNotification ( int index ) : LocalNotification
index int
return LocalNotification

GetRemoteNotification() public static method

public static GetRemoteNotification ( int index ) : RemoteNotification
index int
return RemoteNotification

NotificationServices() public method

PresentLocalNotificationNow() public static method

public static PresentLocalNotificationNow ( LocalNotification notification ) : void
notification LocalNotification
return void

ScheduleLocalNotification() public static method

public static ScheduleLocalNotification ( LocalNotification notification ) : void
notification LocalNotification
return void

UnregisterForRemoteNotifications() public static method

public static UnregisterForRemoteNotifications ( ) : void
return void