isAllCategoryEnabled

@WorkerThread
fun isAllCategoryEnabled(context: Context): Boolean

Return true if All cards category should be shown for account configured as default.

Since

1.0.0

Parameters

context

instance of Context

Throws

if the SDK is not initialized.


@WorkerThread
fun isAllCategoryEnabled(context: Context, appId: String): Boolean

Return true if All cards category should be shown for the given account.

Since

1.0.0

Parameters

context

instance of Context

appId

Account identifier, APP ID on the MoEngage Dashboard.

Throws

if the SDK is not initialized.