AdapterIdentifiersCallback

Callback interface for receiving adapter identifiers.

Functions

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

Called when an error occurs while retrieving the adapter identifier.

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

Called when the adapter identifiers are successfully retrieved.