deleteCards

fun deleteCards(context: Context, cards: List<Card>)

Deletes the List of Card in the default instance.

Since

1.0.0

Parameters

context

Instance of Context

cards

List of Card to be deleted.

Throws

if the SDK is not initialized.


fun deleteCards(context: Context, cards: List<Card>, appId: String)

Since

1.0.0

Parameters

context

Instance of Context

cards

List of Card to be deleted.

appId

Account identifier, APP ID on the MoEngage Dashboard.

Throws

if the SDK is not initialized.