SecureSignalsInitializeCallback

interface SecureSignalsInitializeCallback


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

Summary

Public functions

Unit

To be invoked when initialization fails.

Unit

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

Public functions

onFailure

fun onFailure(error: Exception!): Unit

To be invoked when initialization fails.

Parameters
error: Exception!

Information about the nature of the failure.

onSuccess

fun onSuccess(): Unit

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