Built-in front calls / Built-in front calls |
This section describes front calls specific to the iOS platform.
This table shows the functions implemented by the iOS front-end in the "ios" module.
Function Name | Description |
---|---|
ui.Interface.frontCall("ios", "getBadgeNumber", [],[value]) |
Returns the current badge number associated to the app. |
ui.Interface.frontCall("ios", "newContact", [defaults],[vcard]) |
Lets the user input contact information to create a new entry in the contact database of the mobile device. |
ui.Interface.frontCall("ios", "setBadgeNumber", [value], []) |
Sets the current badge number associated to the app. |