react-native-aps
Version:
Amazon Publisher Services SDK for React Native
16 lines (15 loc) • 333 B
TypeScript
/**
* @public
*/
export declare const AdLoaderEvent: {
readonly SUCCESS: "onSuccess";
readonly FAILURE: "onFailure";
};
/**
* @public
*/
export declare type AdLoaderEvent = typeof AdLoaderEvent[keyof typeof AdLoaderEvent];
/**
* @internal
*/
export declare function isAdLoaderEvent(value: any): value is AdLoaderEvent;