Page Summary
-
GADRewardedInterstitialSignalRequestis a rewarded interstitial signal request used for server-to-server signal generation. -
It is initialized using the
initWithSignalType:method, requiring a string parameter for the type of signal requested.
GADRewardedInterstitialSignalRequest
@interface GADRewardedInterstitialSignalRequest : GADSignalRequestA rewarded interstitial signal request that can be used as input in server-to-server signal generation.
-
Returns an initialized rewarded interstitial signal request.
Declaration
Swift
init(signalType: String)Objective-C
- (nonnull instancetype)initWithSignalType:(nonnull NSString *)signalType;Parameters
signalTypeThe type of signal to request.