Downloaded

class Downloaded : AppUpdateResult

Signifies that there is an update waiting for completion.

You should call AppUpdateManager.completeUpdate after receiving this result.

Summary

Public constructors

<init>(appUpdateManager: AppUpdateManager)

Signifies that there is an update waiting for completion.

Public methods

suspend Unit

Public constructors

<init>

Downloaded(appUpdateManager: AppUpdateManager)

Signifies that there is an update waiting for completion.

You should call AppUpdateManager.completeUpdate after receiving this result.

See Also

Public methods

completeUpdate

suspend fun completeUpdate(): Unit