InProgress
class InProgress : AppUpdateResult
| kotlin.Any | ||
| ↳ | com.google.android.play.core.ktx.AppUpdateResult | |
| ↳ | com.google.android.play.core.ktx.AppUpdateResult.InProgress | |
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.  | 
        |
            Properties | 
        |
|---|---|
| InstallState | |
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