메소드 |
설명 |
|
CancelAllLocalNotifications ( ) : void |
|
|
CancelLocalNotification ( System.DateTime fireDate ) : void |
|
|
DecrementApplicationIconBadgeNumber ( ) : void |
|
|
IncrementApplicationIconBadgeNumber ( ) : void |
|
|
IsNotifyActivityRunning ( ) : bool |
|
|
IsNotifyLoadingRunning ( ) : bool |
|
|
PresentLocalNotificationNow ( NotificationData notification ) : void |
|
|
ScheduleLocalNotification ( NotificationData notification, Unity.Core.Notification.SchedulingData schedule ) : void |
|
|
SetApplicationIconBadgeNumber ( int badge ) : void |
|
|
StartNotifyActionSheet ( string title, string buttons, string javascriptCallBackFunctions ) : bool |
|
|
StartNotifyActivity ( ) : bool |
|
|
StartNotifyAlert ( string message ) : bool |
|
|
StartNotifyAlert ( string title, string message, string buttonText ) : bool |
|
|
StartNotifyBeep ( ) : bool |
|
|
StartNotifyBlink ( ) : bool |
|
|
StartNotifyLoading ( string loadingText ) : bool |
|
|
StartNotifyVibrate ( ) : bool |
|
|
StopNotifyActivity ( ) : bool |
|
|
StopNotifyAlert ( ) : bool |
|
|
StopNotifyBeep ( ) : bool |
|
|
StopNotifyBlink ( ) : bool |
|
|
StopNotifyLoading ( ) : bool |
|
|
StopNotifyVibrate ( ) : bool |
|
|
UpdateNotifyLoading ( float progress ) : void |
|
|