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