SecureSignalsInitializeCallback

public interface SecureSignalsInitializeCallback


Defines callback methods for an implementation of SecureSignalsAdapter to communicate success or failure of a call to initialize

Summary

Public methods

abstract void

To be invoked when initialization fails.

abstract void

Indicates to the SDK that the adapter has been initialized and can be used for future signal collection.

Public methods

onFailure

abstract void onFailure(Exception error)

To be invoked when initialization fails.

Parameters
Exception error

Information about the nature of the failure.

onSuccess

abstract void onSuccess()

Indicates to the SDK that the adapter has been initialized and can be used for future signal collection.