Stay organized with collections
Save and categorize content based on your preferences.
InProgress
class InProgress : AppUpdateResult
Signifies the progress of the ongoing update.
You can read the current state from installState
Summary
Public constructors
|
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
Properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# AppUpdateResult.InProgress\n\nInProgress\n==========\n\n```\nclass InProgress : AppUpdateResult\n```\n\n|---|---|------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [com.google.android.play.core.ktx.AppUpdateResult](/reference/com/google/android/play/core/ktx/AppUpdateResult) ||\n| | ↳ | [com.google.android.play.core.ktx.AppUpdateResult.InProgress](#) |\n\nSignifies the progress of the ongoing update.\n\nYou can read the current state from [installState](#installState:com.google.android.play.core.install.InstallState)\n\nSummary\n-------\n\n| ### Public constructors ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [\u003cinit\u003e](#%3Cinit%3E(com.google.android.play.core.install.InstallState))`(`installState:` `[InstallState](https://developer.android.com/reference/com/google/android/play/core/install/InstallState.html)`)` Signifies the progress of the ongoing update. |\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| [InstallState](https://developer.android.com/reference/com/google/android/play/core/install/InstallState.html) | [installState](#installState:com.google.android.play.core.install.InstallState) \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### \\\u003cinit\\\u003e\n\n```\nInProgress(installState: InstallState)\n```\n\nSignifies the progress of the ongoing update.\n\nYou can read the current state from [installState](#installState:com.google.android.play.core.install.InstallState) \n**See Also**\n\n- `\n `[InstallState](https://developer.android.com/reference/com/google/android/play/core/install/InstallState.html)\n `\n `\n\nProperties\n----------\n\n### installState\n\n```\nval installState: InstallState\n```"]]