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

Interface NativeAd

src/native-ads/nativeAd.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface NativeAd {
2 advertiserName: string;
3 bodyText: string;
4 callToActionText: string;
5 headline: string;
6 linkDescription: string;
7 promotedTranslation: string;
8 sponsoredTranslation: string;
9 socialContext: string;
10 translation: string;
11}
12
13export interface HasNativeAd {
14 nativeAd: NativeAd;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected