iOS Functions

iOS Functions

Written by Remi Delhaye
Last update: Tuesday, Dec 24, 2024

Swift.

FunctionDescription
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

Objective-C.

FunctionDescription
[[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

iOS SDK

4 articles in this category.
Written by Remi Delhaye.