SecureSignalsAdapter

public interface SecureSignalsAdapter


Mediation adapter for gathering Secure Signals generated by a 3P entity that is not the publisher.

Summary

Public methods

abstract void
collectSignals(
    Context context,
    SecureSignalsCollectSignalsCallback callback
)
abstract VersionInfo

Returns the version of the third party SDK built into the app.

abstract VersionInfo

Returns the version of the SecureSignals Adapter.

abstract void

Called by Interactive Media Ads SDK to initialize a third party adapter and SDK.

Public methods

collectSignals

abstract void collectSignals(
    Context context,
    SecureSignalsCollectSignalsCallback callback
)

getSDKVersion

abstract VersionInfo getSDKVersion()

Returns the version of the third party SDK built into the app.

getVersion

abstract VersionInfo getVersion()

Returns the version of the SecureSignals Adapter.

initialize

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 context

The context the publisher provided to the Ads SDK.

SecureSignalsInitializeCallback callback

A callback to be invoked when the adapter has finished initialization or failed to initialize.