Function | Description |
---|---|
SLAASKManager.sharedInstance.show() | Add the following code to the function so as to display Slaask view |
SLAASKManager.sharedInstance.dismiss() | The following method is provided in order to hide Slaask widget |
SLAASKManager.sharedInstance.reload() | The following method is provided in order to reload Slaask widget |
Function | Description |
---|---|
[[SLAASKManager sharedInstance] show]; | Add the following code to the function so as to display Slaask view |
[[SLAASKManager sharedInstance] dismiss]; | The following method is provided in order to hide Slaask widget |
[[SLAASKManager sharedInstance] reload]; | The following method is provided in order to reload Slaask widget |