Stay organized with collections
Save and categorize content based on your preferences.
IMASecureSignals
@interfaceIMASecureSignals:NSObject/**
* Secure Signal with custom data sent with ads request. Secure Signal with custom
* data is an encrypted blob containing signals collected by the publisher and previously agreed
* upon by the publisher and bidder。
*/@property(nonatomic,copy,readonly)NSString*customData;-(instancetype)initWithCustomData:(NSString*)customDataNS_DESIGNATED_INITIALIZER;/**
* :nodoc:
*/-(instancetype)initNS_UNAVAILABLE;@end
Secure Signal with custom data sent with ads request. Secure Signal with custom
data is an encrypted blob containing signals collected by the publisher and previously agreed
upon by the publisher and bidder。
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-14 UTC."],[[["`IMASecureSignals` objects contain custom data, an encrypted blob of publisher-collected signals agreed upon by the publisher and bidder, sent with ad requests."],["This custom data is accessible via the `customData` property and is set during initialization using `initWithCustomData:`."]]],[]]