Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
getAppIconBadgeNumber | |
registerForRemoteNotifications | |
setAppIconBadgeNumber | |
unregisterForRemoteNotifications |
Get the current icon badge number.
function getAppIconBadgeNumber ()
Register to receive remote notifications.
function registerForRemoteNotifications ( integer types )
types | ( integer ) A mask of requested notification types. See Apple documentation. |
Set the current icon badge number.
function setAppIconBadgeNumber ( integer count )
count | ( integer ) The count to set on the icon badge. |
Dregister for remote notifications.
function unregisterForRemoteNotifications ()