deleteCard

fun deleteCard(context: Context, card: Card)

Deletes the given card in the instance configured as the default instance.

Since

1.0.0

Parameters

context

instance of Context

card

instance of Card to be deleted.


fun deleteCard(context: Context, card: Card, appId: String)

Deletes the given card in the given account.

Since

1.0.0

Parameters

context

instance of Context

appId

Account identifier, APP ID on the MoEngage Dashboard.

card

instance of Card to be deleted.