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

    Interface AppEvent

    An app event received from Google Ad Manager ads.

    interface AppEvent {
        data?: string;
        name: string;
    }
    Index
    data?: string

    The data received with the app event.

    name: string

    The event name.