isSdkInitialised

fun isSdkInitialised(): Boolean

Checks if the SDK is initialised post current process creation with any account marked as default.

Return

true if the instance is initialised else false

Since

12.0.02


fun isSdkInitialised(appId: String): Boolean

Checks if the SDK is initialised post current process creation with the specified account identifier.

Return

true if the instance is initialised else false

Since

12.0.02

Parameters

appId

Account identifier, APP ID on the MoEngage Dashboard.