Page Summary
-
GADInterstitialSignalRequest is an interstitial signal request for server-to-server signal generation.
-
It has an initializer
initWithSignalType:which returns an initialized request. -
The initializer takes a single parameter,
signalType, which specifies the type of signal to request.
GADInterstitialSignalRequest
@interface GADInterstitialSignalRequest : GADSignalRequestAn interstitial signal request that can be used as input in server-to-server signal generation.
-
Returns an initialized interstitial signal request.
Declaration
Swift
init(signalType: String)Objective-C
- (nonnull instancetype)initWithSignalType:(nonnull NSString *)signalType;Parameters
signalTypeThe type of signal to request.