SecureSignalsInitializeCallback

public interface 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.