Name | Description |
SK.App.LifeCycle( ) | Constructor. |
lock() | Tells the application management framework that the task is still processing |
unlock() | Tells the application management framework that the task has been finished. |
failure( app_id, event_id ) | Tells the application management framework that an error has occurred. |
Examples
Imagine here we are in the beginning of an application installation binding and this is some "install.htm" file:
<script type="text/javascript"> |