GoogleMobileAds. Api
Summary
Enumerations |
|
---|---|
AdChoicesPlacement{
|
enum The position of the ad choices icon in ad space. |
AdPosition{
|
enum The position of the ad in screen space. |
AdapterState{
|
enum The initialization state of the mediation adapter. |
Gender{
|
enum The gender of the user. |
MediaAspectRatio{
|
enum Media aspect ratio. |
NativeTemplateFontStyle{
|
enum Font Types for native templates. |
Orientation{
|
enum Defines the different orientations that a layout or device can have. |
PublisherPrivacyPersonalizationState{
|
enum Indicates the Publisher privacy treatment personalization states. |
TagForChildDirectedTreatment{
|
enum This enum lets you specify whether you would like your app to be treated as child-directed for purposes of the Children's Online Privacy Protection Act (COPPA) - http://business.ftc.gov/privacy-and-security/childrens-privacy |
TagForUnderAgeOfConsent{
|
enum Indicates the publisher specified that the ad request should receive treatment for users in the European Economic Area (EEA) under the age of consent. |
Classes |
|
---|---|
GoogleMobileAds. |
Error information about why an ad operation failed. |
GoogleMobileAds. |
|
GoogleMobileAds. |
Error information about why the ad inspector failed. |
GoogleMobileAds. |
An AdRequest contains targeting information used to fetch an ad. |
GoogleMobileAds. |
The size of a banner ad. |
GoogleMobileAds. |
The monetary value earned from an ad. |
GoogleMobileAds. |
Event args for a paid event. |
GoogleMobileAds. |
Response information for an individual ad network in an ad response. |
GoogleMobileAds. |
An immutable snapshot of a mediation adapter's initialization status. |
GoogleMobileAds. |
App open ads are used to display ads when users launch your app. |
GoogleMobileAds. |
Notifies changes in app foreground/background. |
GoogleMobileAds. |
Interface for accessing and modifying application preference data (SharedPreferences on Android and NSUserDefaults on iOS). |
GoogleMobileAds. |
Banner views occupy a spot within an app's layout. |
GoogleMobileAds. |
An immutable snapshot of the Unity plugin's initialization status, categorized by mediation adapter. |
GoogleMobileAds. |
A full page ad experience at natural transition points, such as a page change or an app launch. |
GoogleMobileAds. |
Error information about why an ad load operation failed. |
GoogleMobileAds. |
The maximum ad content rating. |
GoogleMobileAds. |
Contains logic that applies to the Google Mobile Ads SDK as a whole. |
GoogleMobileAds. |
Ad options for configuring the view of native ads. |
GoogleMobileAds. |
Native Overlay ads use the Native ad format to show overlays on top of the application. |
GoogleMobileAds. |
Defines ID constants for templates that can be used to render native ads. |
GoogleMobileAds. |
Style options for native templates. |
GoogleMobileAds. |
Text style options for native templates. |
GoogleMobileAds. |
Global configuration used for every AdRequest. |
GoogleMobileAds. |
Information about an ad response. |
GoogleMobileAds. |
Describes a reward credited to a user for interacting with rewarded ads. |
GoogleMobileAds. |
Rewarded ads reward users with in-app items for interacting with video ads, playable ads, or surveys. |
GoogleMobileAds. |
Rewarded interstitial ads can serve without requiring the user to opt-in to viewing. |
GoogleMobileAds. |
Options for rewarded ad types server-side verification callbacks. |
GoogleMobileAds. |
Options for controlling video playback in supported ad formats. |
Namespaces |
|
---|---|
GoogleMobileAds. |
|
GoogleMobileAds. |
Enumerations
AdChoicesPlacement
AdChoicesPlacement
AdPosition
AdPosition
AdapterState
AdapterState
MediaAspectRatio
MediaAspectRatio
NativeTemplateFontStyle
NativeTemplateFontStyle
Orientation
Orientation
PublisherPrivacyPersonalizationState
PublisherPrivacyPersonalizationState
Indicates the Publisher privacy treatment personalization states.
TagForChildDirectedTreatment
TagForChildDirectedTreatment
This enum lets you specify whether you would like your app to be treated as child-directed for purposes of the Children's Online Privacy Protection Act (COPPA) - http://business.ftc.gov/privacy-and-security/childrens-privacy
If you set this enum to True, you are indicating that your app should be treated as child-directed for purposes of the Children's Online Privacy Protection Act (COPPA).
If you set this enum to False, you are indicating that your app should not be treated as child-directed for purposes of the Children's Online Privacy Protection Act (COPPA).
If you don't set this enum, or set this enum to Unspecified, ad requests will include no indication of how you would like your app treated with respect to COPPA.
By using this enum, you certify that this notification is accurate and you are authorized to act on behalf of the owner of the app. You understand that abuse of this setting can result in termination of your Google account.
Properties | |
---|---|
False
|
False. |
True
|
True. |
Unspecified
|
Unspecified. |