mapbox-maps-android
/
com.mapbox.maps
/
ObserverNative
androidJvm
Observer
Native
class
ObserverNative
:
Observer
Content copied to clipboard
An `observer` interface used to subscribe for an `observable` events.
Constructors
Functions
Constructors
ObserverNative
Link copied to clipboard
androidJvm
open fun
ObserverNative
(peer:
Long
)
Content copied to clipboard
Functions
notify
Link copied to clipboard
androidJvm
open fun
notify
(event:
Event
)
Content copied to clipboard
Notifies an `observer` about an `event`.