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

    Interface AdStates

    interface AdStates {
        error?: Error;
        isClicked: boolean;
        isClosed: boolean;
        isEarnedReward?: boolean;
        isLoaded: boolean;
        isOpened: boolean;
        revenue?: PaidEvent;
        reward?: RewardedAdReward;
    }

    Hierarchy (View Summary)

    Index
    error?: Error

    JavaScript Error containing the error code and message thrown by the Ad.

    isClicked: boolean

    Whether the user clicked the advert.

    isClosed: boolean

    Whether the user closed the ad and has returned back to your application.

    isEarnedReward?: boolean

    Whether the user earned the reward by Rewarded Ad.

    isLoaded: boolean

    Whether the ad is loaded and ready to to be shown to the user.

    isOpened: boolean

    Whether the ad is opened.

    revenue?: PaidEvent

    Payload from the last impression-level ad revenue event.

    Loaded reward item of the Rewarded Ad.