public interface
SecureSignalsAdapter
Mediation adapter for gathering Secure Signals generated by a 3P entity that is not the publisher.
Public Method Summary
abstract void |
collectSignals(Context context, SecureSignalsCollectSignalsCallback callback)
|
abstract VersionInfo |
getSDKVersion()
Returns the version of the third party SDK built into the app.
|
abstract VersionInfo |
getVersion()
Returns the version of the SecureSignals Adapter.
|
abstract void |
initialize(Context context, SecureSignalsInitializeCallback callback)
Called by Interactive Media Ads SDK to initialize a third party adapter and SDK.
|
Public Methods
public abstract void collectSignals (Context context, SecureSignalsCollectSignalsCallback callback)
Parameters
context | |
---|---|
callback |
public abstract VersionInfo getSDKVersion ()
Returns the version of the third party SDK built into the app.
public abstract void initialize (Context context, SecureSignalsInitializeCallback callback)
Called by Interactive Media Ads SDK to initialize a third party adapter and SDK. This method is invoked shortly after the app initializes the advertising SDK, on a Worker thread.
Parameters
context | The context the publisher provided to the Ads SDK. |
---|---|
callback | A callback to be invoked when the adapter has finished initialization or failed to initialize. |