aabState property
App bundle state.
Only valid for android apps. The app_view field in the request must be set to FULL in order for this to be populated. Possible string values are:
- "AAB_STATE_UNSPECIFIED" : Aab state unspecified
- "ACTIVE" : App can receive app bundle uploads
- "PLAY_ACCOUNT_NOT_LINKED" : Firebase project is not linked to a Play developer account
- "NO_APP_WITH_GIVEN_BUNDLE_ID_IN_PLAY_ACCOUNT" : There is no app in linked Play developer account with the same bundle id
- "APP_NOT_PUBLISHED" : The app in Play developer account is not in a published state
- "AAB_STATE_UNAVAILABLE" : Play App status is unavailable
- "PLAY_IAS_TERMS_NOT_ACCEPTED" : Play IAS terms not accepted
Implementation
core.String? aabState;