react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
15 lines • 436 B
TypeScript
export declare enum AgeRestrictedTreatment {
/**
* Indicates that ad requests should receive child age treatment.
*/
CHILD = "child",
/**
* Indicates that ad requests should receive teenage treatment.
*/
TEEN = "teen",
/**
* Indicates that no specific age treatment signal applies to ad requests.
*/
UNSPECIFIED = "unspecified"
}
//# sourceMappingURL=AgeRestrictedTreatment.d.ts.map