setAppStatus
fun setAppStatus(context: Context, status: AppStatus, appId: String? = null): MoETask<AppStatusResult>
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.
Throws
if the SDK is not initialized.