setInAppContext

fun setInAppContext(contexts: Set<String>)

Set the user context in which In-App should be shown for the account configured as default.

Since

6.0.0

Parameters

contexts

Set of context

Throws

if the SDK is not initialized.


fun setInAppContext(contexts: Set<String>, appId: String)

Set the user context in which In-App should be shown for the given account.

Since

6.0.0

Parameters

contexts

Set of context

appId

Account identifier, APP ID on the MoEngage Dashboard.

Throws

if the SDK is not initialized.