POBSignalGenerator Class Reference
Inherits from | NSObject |
---|---|
Declared in | POBSignalGenerator.h |
+ generateSignalForBiddingHost:andConfig:
This API will generate the signal string for given bidding host and ad type. This should be used only in case of SDK bidding type of integration.
+ (NSString *)generateSignalForBiddingHost:(POBSDKBiddingHost)biddingHost andConfig:(POBSignalConfig *)config
Parameters
biddingHost |
The SDK bidding host, requesting for signal @seealso POBSDKBiddingHost |
---|---|
config |
Instance of POBSignalConfig holding information to generate signal |
Return Value
It will return a signal string as expected for the given bidding host.
Declared In
POBSignalGenerator.h