GetCustomRecordsCallback

Callback that reports when a set of custom records or SearchError is received.

Functions

Link copied to clipboard
abstract fun onError(error: SearchError)
Link copied to clipboard
abstract fun onSuccess(result: Set<CustomRecord>)