Built-in front calls / Genero Mobile iOS front calls |
Sets the current badge number associated to the app.
ui.Interface.frontCall("ios", "setBadgeNumber", [value], [])
The iOS "setBadgeNumber" front call sets the badge number associated to the app.
The badge number appears on the app icon and is typically used for Push notifications.
DEFINE value INTEGER LET value = 2 CALL ui.interface.frontcall("ios","setBadgeNumber",[value],[])