Platforms to show: All Mac Windows Linux Cross-Platform
GADMobileAdsMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Mobile Ads | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
You need to load framework first, before using this class.
- 2 events
- event requestTrackingAuthorizationCompleted(status as integer)
- event startCompleted
- 5 properties
- property applicationMuted as Boolean
- property applicationVolume as Single
- property Handle as Integer
- property requestConfiguration as GADRequestConfigurationMBS
- property sdkVersion as String
- shared property trackingAuthorizationStatus as Integer
- 7 methods
- method Constructor
- method Destructor
- method disableMediationInitialization
- method disableSDKCrashReporting
- method registerWebView(WKWebViewPtr as Ptr)
- method requestTrackingAuthorization
- method start
- shared method sharedInstance as GADMobileAdsMBS
- 4 constants
Tracking Authorization Status
Constant | Value | Description |
---|---|---|
TrackingManagerAuthorizationStatusAuthorized | 3 |
The value that returns if the user authorizes access to app-related data for tracking the user or the device. |
TrackingManagerAuthorizationStatusDenied | 2 |
The value that returns if the user denies authorization to access app-related data for tracking the user or the device. |
TrackingManagerAuthorizationStatusNotDetermined | 0 |
The value that returns when the app can’t determine the user’s authorization status for access to app-related data for tracking the user or the device. |
TrackingManagerAuthorizationStatusRestricted | 1 |
The value that returns if authorization to access app-related data for tracking the user or the device has a restricted status. |
This class has no sub classes.
Blog Entries
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS iOS Plugin.
GADInterstitialAdMBS - GADRequestConfigurationMBS
