GADRTBRequestParameters
class GADRTBRequestParameters : NSObjectRequest parameters provided by the publisher and Google Mobile Ads SDK.
-
Mediation configuration set by the publisher on the AdMob UI.
Declaration
Swift
var credentials: GADMediationCredentials { get } -
Extras the publisher registered with -[GADRequest registerAdNetworkExtras:].
Declaration
Swift
var extras: GADAdNetworkExtras? { get }
-
Requested banner ad size. The ad size is kGADAdSizeInvalid for non-banner requests. Use credentials.format to determine the request format.
Declaration
Swift
var adSize: GADAdSize { get }