getCardCategories

Returns a list of categories to be shown for the account configured as the default instance.

Since

1.0.0

Parameters

context

instance of Context

Throws

if the SDK is not initialized.


fun getCardCategories(context: Context, appId: String): List<String>

Returns a list of categories to be shown for the given instance.

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.