Page Summary
-
GADRewardedSignalRequest is a rewarded signal request for server-to-server signal generation.
-
It inherits from GADSignalRequest.
-
It has an initializer,
-initWithSignalType:, which takes a string representing the type of signal to request.
GADRewardedSignalRequest
@interface GADRewardedSignalRequest : GADSignalRequestA rewarded signal request that can be used as input in server-to-server signal generation.
-
Returns an initialized rewarded signal request.
Declaration
Swift
init(signalType: String)Objective-C
- (nonnull instancetype)initWithSignalType:(nonnull NSString *)signalType;Parameters
signalTypeThe type of signal to request.