Platforms to show: All Mac Windows Linux Cross-Platform
GADRequestConfigurationMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Mobile Ads | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
The settings in this class will apply to all ad requests.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 5 properties
- property Handle as Integer
- property maxAdContentRating as String
- property publisherPrivacyPersonalizationState as Integer
- property tagForChildDirectedTreatment as Variant
- property tagForUnderAgeOfConsent as Variant
- 3 methods
- method Constructor Private
- method setTestDeviceIdentifiers(testDeviceIdentifiers() as string)
- method testDeviceIdentifiers as string()
- 4 shared methods
- shared method GADMaxAdContentRatingGeneral as String
- shared method GADMaxAdContentRatingMatureAudience as String
- shared method GADMaxAdContentRatingParentalGuidance as String
- shared method GADMaxAdContentRatingTeen as String
- 3 constants
Privacy treatment personalization states
| Constant | Value | Description |
|---|---|---|
| PublisherPrivacyPersonalizationStateDefault | 0 |
Indicates that ad requests should receive the default publisher privacy treatment. |
| PublisherPrivacyPersonalizationStateDisabled | 2 |
Indicates that ad requests should receive non-personalized publisher privacy treatment. |
| PublisherPrivacyPersonalizationStateEnabled | 1 |
Indicates that ad requests should receive personalized publisher privacy treatment. |
This class has no sub classes.
Blog Entries
- MBS Xojo Plugins, version 26.4pr2
- News from the MBS Xojo Plugins Version 24.0
- MBS Xojo Plugins, version 23.6pr5
Release notes
- Version 26.4
- Removed GADSimulatorID and setSameAppKeyEnabled method from GADRequestConfigurationMBS class.
- Version 24.0
- Added tagForUnderAgeOfConsent and tagForChildDirectedTreatment properties for GADRequestConfigurationMBS class.
- Removed tagForUnderAgeOfConsent and tagForChildDirectedTreatment methods in GADRequestConfigurationMBS class.
Some properties using for this class:
- GADMobileAdsMBS.requestConfiguration as GADRequestConfigurationMBS
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS iOS Plugin.
GADMobileAdsMBS - GADRequestMBS