MCPcopy Create free account
hub / github.com/callstack/react-native-fbads / AdWrapperState

Interface AdWrapperState

src/native-ads/withNativeAd.tsx:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const NativeAdView = requireNativeComponent<NativeAdViewProps>('CTKNativeAd');
27
28interface AdWrapperState {
29 ad?: NativeAd;
30 canRequestAds: boolean;
31 mediaViewNodeHandle: number;
32 adIconViewNodeHandle: number;
33 clickableChildren: Set<number>;
34}
35
36interface AdWrapperProps {
37 adsManager: AdsManager;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected