public interface
SecureSignalsInitializeCallback
Defines callback methods for an implementation of SecureSignalsAdapter
to communicate
success or failure of a call to SecureSignalsAdapter.initialize(android.content.Context, com.google.ads.interactivemedia.v3.api.signals.SecureSignalsInitializeCallback)
Public Method Summary
abstract void |
onFailure(Exception error)
To be invoked when initialization fails.
|
abstract void |
onSuccess()
Indicates to the SDK that the adapter has been initialized and can be used for future signal
collection.
|
Public Methods
public abstract void onFailure (Exception error)
To be invoked when initialization fails.
Parameters
error | Information about the nature of the failure. |
---|
public abstract void onSuccess ()
Indicates to the SDK that the adapter has been initialized and can be used for future signal collection.