react-native-google-mobile-ads
    Preparing search index...

    Interface AdsConsentInfo

    The result of requesting info about a users consent status.

    Index
    canRequestAds: boolean

    Indicates whether the app has completed the necessary steps for gathering updated user consent.

    isConsentFormAvailable: boolean

    If true a consent form is available.

    privacyOptionsRequirementStatus: AdsConsentPrivacyOptionsRequirementStatus

    Privacy options requirement status.

    The consent status of the user.

    • UNKNOWN: Unknown consent status.
    • REQUIRED: User consent required but not yet obtained.
    • NOT_REQUIRED: User consent not required.
    • OBTAINED: User consent already obtained.