SASConfiguration

object SASConfiguration : SASConfigurationInterface

This class holds the global configuration of the SDK.

Properties

Link copied to clipboard
open override var adCallTimeout: Long

Property representing the timeout limit for every ad calls, in milliseconds.

Link copied to clipboard

Whether the SDK will automatically retrieve the location of the device, if already available to the application

Link copied to clipboard
open override var isConfigured: Boolean

Either the Display SDK is configured or not.

Link copied to clipboard
open override var isLoggingEnabled: Boolean

Enable the technical logging of the SDK. Logs will be sent to Android Studio's Console.

Link copied to clipboard

Additional implementation information that can be provided to the SDK when integrated as secondary SDK.

Functions

Link copied to clipboard
open override fun configure(context: Context)

Main method to call to configure the SDK at start