AppUpdateResult
sealed class AppUpdateResult
kotlin.Any | |
↳ | com.google.android.play.core.ktx.AppUpdateResult |
Result type that will be emitted from requestUpdateFlow for various stages of the update.
Summary
Nested classes |
|
---|---|
Emitted when there is an update available or in progress. |
|
Signifies that there is an update waiting for completion. |
|
Signifies the progress of the ongoing update. |
|
Signifies that no update is available or in progress. |