Name | Returns | Description |
SK.Applications.Settings( env ) | Constructor. | |
set( | Sets a free-format "settings" (JSON format is preferred) for the current application. If the settings has been stored successfully the callback_ok is invoked. Otherwise is callback_failure is invoked. | |
get( | Gets the current application settings. The callback_ok would receive the settings in the format it was set while the callback_failure receives a text message parameter. |
Examples
Storing the application settings.
... |