integrationState property
App bundle integration state.
Only valid for android apps. Possible string values are:
- "AAB_INTEGRATION_STATE_UNSPECIFIED" : AAB integration state unspecified.
- "INTEGRATED" : 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 the linked Play developer account with the same bundle ID.
- "APP_NOT_PUBLISHED" : The app in the Play developer account is not in a published state.
- "AAB_STATE_UNAVAILABLE" : Play App status is unavailable.
- "PLAY_IAS_TERMS_NOT_ACCEPTED" : Play in-app sharing terms not accepted.
- "ADHOC_SHARING_KEY_NOT_GENERATED" : The ad-hoc sharing key has not been generated for this app.
- "ADHOC_SHARING_KEY_NOT_REGISTERED" : The ad-hoc sharing key is not yet registered in Android Developer Verification for this app.
- "PLAY_ANDROID_DEVELOPER_CONSOLE_ACCOUNT_NOT_FOUND" : The linked Play developer account was not found or is not fully set up in Android Developer Console.
- "PLAY_ANDROID_DEVELOPER_CONSOLE_PACKAGE_NOT_FOUND" : The package was not found in the Android Developer Console.
Implementation
core.String? integrationState;