Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Initializes the SDK with the provided SFMCSdkModuleConfig. Once complete, the InitializationListener will be notified.
Any subsequent calls to this method will be ignored as long as the values provided in SFMCSdkModuleConfig are the same.
Note: Anyone that calls requestSdk before or during the initialization will be notified before the InitializationListener will be notified.

Link copied to clipboard

An asynchronous request for a instance of SFMCSdk.

Link copied to clipboard
fun setLogging(level: LogLevel, listener: LogListener?)

Enable/Disable Logging in the SFMCSdk.

Link copied to clipboard
fun track(vararg events: Event?)