GoogleMobileAds Framework Reference

GADRewardedSignalRequest

@interface GADRewardedSignalRequest : GADSignalRequest

/// Returns an initialized rewarded signal request.
/// @param signalType The type of signal to request.
- (nonnull instancetype)initWithSignalType:(nonnull NSString *)signalType;

@end

Undocumented

  • Returns an initialized rewarded signal request.

    Declaration

    Swift

    init(signalType: String)

    Objective-C

    - (nonnull instancetype)initWithSignalType:(nonnull NSString *)signalType;

    Parameters

    signalType

    The type of signal to request.