cardShown

fun cardShown(context: Context, card: Card)

Track cards shown and update delivery counters accordingly for the account configured as default.

Since

1.0.0

Parameters

context

instance of Context

card

instance of Card

Throws

if the SDK is not initialized.


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

S Track cards shown and update delivery counters accordingly for the given account.

Since

1.0.0

Parameters

context

instance of Context

card

instance of Card

appId

Account identifier, APP ID on the MoEngage Dashboard.

Throws

if the SDK is not initialized.