Method | Description | |
---|---|---|
CancelAllLocalNotifications ( ) : void | ||
CancelLocalNotification ( System.DateTime fireDate ) : void | ||
DecrementApplicationIconBadgeNumber ( ) : void | ||
IncrementApplicationIconBadgeNumber ( ) : void | ||
IsNotifyActivityRunning ( ) : bool | ||
IsNotifyLoadingRunning ( ) : bool | ||
PresentLocalNotificationNow ( |
||
ScheduleLocalNotification ( |
||
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 |
Method | Description | |
---|---|---|
PlayBeep ( ) : void |
public CancelAllLocalNotifications ( ) : void | ||
return | void |
public CancelLocalNotification ( System.DateTime fireDate ) : void | ||
fireDate | System.DateTime | |
return | void |
public DecrementApplicationIconBadgeNumber ( ) : void | ||
return | void |
public IncrementApplicationIconBadgeNumber ( ) : void | ||
return | void |
public PresentLocalNotificationNow ( |
||
notification | ||
return | void |
public ScheduleLocalNotification ( |
||
notification | ||
schedule | Unity.Core.Notification.SchedulingData | |
return | void |
public SetApplicationIconBadgeNumber ( int badge ) : void | ||
badge | int | |
return | void |
public StartNotifyActionSheet ( string title, string buttons, string javascriptCallBackFunctions ) : bool | ||
title | string | |
buttons | string | |
javascriptCallBackFunctions | string | |
return | bool |
public StartNotifyAlert ( string message ) : bool | ||
message | string | |
return | bool |
public StartNotifyAlert ( string title, string message, string buttonText ) : bool | ||
title | string | |
message | string | |
buttonText | string | |
return | bool |
public StartNotifyLoading ( string loadingText ) : bool | ||
loadingText | string | |
return | bool |
public UpdateNotifyLoading ( float progress ) : void | ||
progress | float | |
return | void |