OnStyleLoadedCallback

interface OnStyleLoadedCallback

Callback used to notify result of style change operation.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

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

Callback called when fetching and changing the style results with an error.

Link copied to clipboard
abstract fun onSuccess()

Callback called after the successful fetch and change of the style.