Callback

interface Callback

Callback interface for ad call query operations

Functions

Link copied to clipboard
abstract fun onFailure(error: String)

Called when the operation fails

Link copied to clipboard
abstract fun onSuccess(result: String)

Called when the operation succeeds