Companion

object Companion

Functions

Link copied to clipboard

Returns an instance of PushFeature.

Link copied to clipboard
fun init(context: Context, config: PushFeatureConfig, sdkComponents: SFMCSdkComponents, listener: InitializationListener? = null)

Initializes the PushFeature module with the provided configuration.

Link copied to clipboard

Checks if PushFeature is currently initializing.

Link copied to clipboard

Checks if PushFeature is ready for use.

Link copied to clipboard
Link copied to clipboard
fun requestSdk(looper: Looper?, listener: WhenReadyListener)

An asynchronous request for an instance of PushFeature.

Link copied to clipboard

Prevents a WhenReadyListener from returning an instance of PushFeature.