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

    Type Alias MultiFormatAdHandle

    MultiFormatAdHandle:
        | MultiFormatAdHandleBase & { ad: NativeAd; format: NATIVE }
        | MultiFormatAdHandleBase & {
            format: BANNER;
            size: { height: number; width: number };
        }

    Type Declaration

    • MultiFormatAdHandleBase & { ad: NativeAd; format: NATIVE }
      • ad: NativeAd

        Owned by this handle. Destroyed by destroy(), never on its own.

      • format: NATIVE
    • MultiFormatAdHandleBase & {
          format: BANNER;
          size: { height: number; width: number };
      }