CustomPlacesSearchIndexingListener

Types

Functions

Link copied to clipboard
abstract fun onError(dataset: String, errorCode: CustomPlacesSearchIndexingListener.ErrorCode, message: String)

Callback called when search indexing has finished with error for a specified dataset

Link copied to clipboard
abstract fun onStarted(dataset: String)

Callback called when search indexing has started for a specified dataset

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

Callback called when search indexing has finished successfully for a specified dataset