Stay organized with collections
Save and categorize content based on your preferences.
AppUpdateType
public
abstract
@interface
AppUpdateType
implements
Annotation
com.google.android.play.core.install.model.AppUpdateType
|
Identifiers for the different types of developer triggered updates.
Summary
Constants
FLEXIBLE
public static final int FLEXIBLE
Constant Value:
0
(0x00000000)
public static final int IMMEDIATE
Constant Value:
1
(0x00000001)
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# AppUpdateType\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nAppUpdateType\n=============\n\n\n`\npublic\n\n\nabstract\n@interface\nAppUpdateType\n`\n\n\n`\n\n\nimplements\n\n`[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\n\n\n`\n\n|----------------------------------------------------------|\n| com.google.android.play.core.install.model.AppUpdateType |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nIdentifiers for the different types of developer triggered updates.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|------------------------------------------------------------------------------------------------------------------------|\n| `int` | [FLEXIBLE](../../../../../../../../reference/com/google/android/play/core/install/model/AppUpdateType.html#FLEXIBLE) |\n| `int` | [IMMEDIATE](../../../../../../../../reference/com/google/android/play/core/install/model/AppUpdateType.html#IMMEDIATE) |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[java.lang.annotation.Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)` ` |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` abstract `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c? extends `[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\u003e` | ` annotationType() ` | | ` abstract boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` abstract int` | ` hashCode() ` | | ` abstract `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | ||\n\nConstants\n---------\n\n### FLEXIBLE\n\n```\npublic static final int FLEXIBLE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)\n\n\n### IMMEDIATE\n\n```\npublic static final int IMMEDIATE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)"]]