appApprovalState property

String? appApprovalState
getter/setter pair

The approval state for the app.

The field is read-only.

Output only. Possible string values are:

  • "APP_APPROVAL_STATE_UNSPECIFIED" : Default value for an unset field. Do not use.
  • "ACTION_REQUIRED" : The app requires additional user action to be approved. Please refer to https://support.google.com/admob/answer/10564477 for details and next steps.
  • "IN_REVIEW" : The app is pending review.
  • "APPROVED" : The app is approved and can serve ads.

Implementation

core.String? appApprovalState;