onCardSectionUnloaded

Notifies the SDK that the inbox view is gone to the background for the account configured as the default instance.

It could be an Activity which the user exited or a Fragment which got replaced.

Since

1.0.0

Parameters

context

instance of Context

Throws

if the SDK is not initialized.


fun onCardSectionUnloaded(context: Context, appId: String)

Notifies the SDK that the inbox view is gone to the background for the given account.

It could be an Activity which the user exited or a Fragment which got replaced.

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.