Downloaded

class Downloaded : AppUpdateResult
kotlin.Any
   ↳ com.google.android.play.core.ktx.AppUpdateResult
   ↳ com.google.android.play.core.ktx.AppUpdateResult.Downloaded

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