Asks the receiver for encrypted signals. Signals are provided to the 3PAS at request time. The
receiver must call completionHandler with signals or an error.
This method is called on a non-main thread. The receiver should avoid using the main thread to
prevent signal collection timeouts.
[[["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 2024-02-08 UTC."],[[["The `IMASecureSignalsAdapter` provides secure signals from third-party sources to the IMA SDK for auctions."],["It offers methods for initialization, retrieving adapter and SDK versions, and collecting encrypted signals."],["Signal collection is performed asynchronously on a background thread to avoid timeouts."],["Developers need to implement the `collectSignals` method to provide encrypted signals to the IMA SDK."]]],["The `IMASecureSignalsAdapter` protocol provides third-party secure signals to the IMA SDK for auctions. It requires initialization via `init()`. The adapter's version is retrieved using `adapterVersion()`, and the ad SDK version with `adSDKVersion()`. `collectSignalsWithCompletion:` requests encrypted signals, which should be returned via a completion handler; this method must operate off the main thread to avoid timeouts.\n"]]