Initialization
Steps to initialize Snapscreen functionality.
Initialization
In order to initialize Snapscreen, the following class method must be called in your custom Application class in onCreate()
Additional Information
For best results, locational information must be provided for the user on initialization. Within the SDK, set the users country and US state information using the parameters country and usState. For US customers, country and state information must be provided. For non-US customers, at least country should be provided.
Accessing SDK Instance
Once Snapscreen has been initialized, it can be retrieved by calling:
Last updated