react-native-appodeal
Version:
React Native Module created to support Appodeal SDK for iOS and Android platforms
8 lines (7 loc) • 408 B
TypeScript
export declare const LOADED = "onInterstitialLoaded";
export declare const FAILED_TO_LOAD = "onInterstitialFailedToLoad";
export declare const EXPIRED = "onInterstitialExpired";
export declare const SHOWN = "onInterstitialShown";
export declare const FAILED_TO_SHOW = "onInterstitialFaliedToShow";
export declare const CLICKED = "onInterstitialClicked";
export declare const CLOSED = "onInterstitialClosed";