UNPKG
expo-ads-facebook
Version:
latest (11.2.0)
next (11.3.0)
11.3.0
11.2.0
11.1.1
11.1.0
11.0.3
11.0.2
11.0.1
11.0.0
10.1.2
10.1.1
10.1.0
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.0.0
8.5.0
8.4.1
8.4.0
8.3.0
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.0.0
7.0.0-rc.0
6.0.0
6.0.0-rc.0
5.0.1
5.0.0
5.0.0-rc.0
4.0.0
3.0.0
Facebook Audience SDK integration
docs.expo.io/versions/latest/sdk/facebook-ads/
expo/expo
expo-ads-facebook
/
build
/
InterstitialAdManager.d.ts
8 lines
(7 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
: {
/** * Shows interstitial ad for a given placementId */
showAd
(
placementId
:
string
): Promise<
boolean
>; }; export
default
_default;