mapbox-maps-android
/
com.mapbox.maps
/
Observer
Observer
interface
Observer
Content copied to clipboard
An `observer` interface used to subscribe for an `observable` events.
Functions
Functions
notify
Link copied to clipboard
abstract fun
notify
(
@
NonNull
event:
Event
)
Content copied to clipboard
Notifies an `observer` about an `event`.