integrationState property

String? integrationState
getter/setter pair

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 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? integrationState;