InProgress

class InProgress : AppUpdateResult

Signifies the progress of the ongoing update.

You can read the current state from installState

Summary

Public constructors

<init>(installState: InstallState)

Signifies the progress of the ongoing update.

Public constructors

<init>

InProgress(installState: InstallState)

Signifies the progress of the ongoing update.

You can read the current state from installState

See Also

Properties

installState

val installState: InstallState