initializeApp

open fun initializeApp(    @NonNull applicationContext: Context,     @Nullable applicationStateListener: STWApplicationStateListener,     @Nullable serviceConfig: STWServiceConfig)

Initializes the application context &all required callbacks. This method must be invoked at application startup otherwise a RuntimeException will be thrown

See also

Parameters

applicationContext

The application contextapplicationStateListener * A callback useful to listen to the application lifecycle

serviceConfig

A builder used to initialize all required STWServiceListener for the the main ACM and other features