GoogleMobileAds Framework Reference

GADAppOpenSignalRequest

@interface GADAppOpenSignalRequest : GADSignalRequest

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

@end

Undocumented

  • Returns an app open signal request.

    Declaration

    Swift

    init(signalType: String)

    Objective-C

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

    Parameters

    signalType

    The type of signal to request.