Initialization
Steps to initialize SnapscreenFramework functionality.
Import SnapscreenFramework
For any class that requires access to the SnapscreenFramework functionality, add the following line:
Initialization
In order to initialize Snapscreen, call the following class method in AppDelegate in application:didFinishLaunchingWithOptions:
Additional information
To improve performance, SnapOdds requires basic locational information to be provided. Set the users country and US state information within the SDK using the parameters country and usState:
Accessing SDK instance
Once Snapscreen is initialized, it can be retrieved by calling:
Last updated