SecureSignalsCollectSignalsCallback

public interface SecureSignalsCollectSignalsCallback


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

Summary

Public methods

abstract void

To be invoked when signal collection fails.

abstract void
onSuccess(String signals)

To be invoked when the signals have been successfully collected.

Public methods

onFailure

abstract void onFailure(Exception error)

To be invoked when signal collection fails.

Parameters
Exception error

Information about the nature of the failure.

onSuccess

abstract void onSuccess(String signals)

To be invoked when the signals have been successfully collected.

Parameters
String signals

The encrypted string which should be included on ad requests.