Page Summary
-
GADAppOpenSignalRequest is an app open signal request used for server-to-server signal generation.
-
It can be initialized using the
initWithSignalType:method. -
The
initWithSignalType:method requires asignalTypeparameter, which is a string specifying the type of signal to request.
GADAppOpenSignalRequest
@interface GADAppOpenSignalRequest : GADSignalRequestAn app open signal request that can be used as input in server-to-server signal generation.
-
Returns an app open signal request.
Declaration
Swift
init(signalType: String)Objective-C
- (nonnull instancetype)initWithSignalType:(nonnull NSString *)signalType;Parameters
signalTypeThe type of signal to request.