@azerion/bluestack-sdk-react-native
Version:
BlueStack SDK for React Native — banner, interstitial and rewarded ads for iOS and Android.
9 lines • 572 B
TypeScript
export type { BannerAdType } from './Banner';
export { BannerView as BannerAdView } from './Banner';
export { BluestackSDK } from './BluestackManager';
export { BluestackInterstitial as InterstitialAdManager } from './InterstitialAdManager';
export { BluestackRewardedAd as RewardedAdManager } from './RewardedAdManager';
export { BlueStackPrivacySettings } from './BlueStackPrivacySettings';
export { BluestackPreference as AdPreference } from './Preference';
export type { GenderType, ProviderType, LocationType } from './Preference';
//# sourceMappingURL=index.d.ts.map