setAppStatus

fun setAppStatus(context: Context, status: AppStatus)

This API tells the SDK whether it is a fresh install or an existing application was updated.

Since

12.0.00

Parameters

status

app status, either install or update.


fun setAppStatus(context: Context, status: AppStatus, appId: String)

This API tells the SDK whether it is a fresh install or an existing application was updated.

Since

12.0.00

Parameters

status

app status, either install or update.

appId

Account identifier, APP ID on the MoEngage Dashboard.