mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
GenericEvent
Generic
Event
class
GenericEvent
:
Serializable
The generic event type.
Constructors
Functions
Properties
Constructors
Generic
Event
Link copied to clipboard
open
fun
GenericEvent
(
@
NonNull
name
:
String
,
@
NonNull
data
:
Value
,
@
NonNull
timeInterval
:
EventTimeInterval
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
data
Link copied to clipboard
@
NonNull
@get:
NonNull
val
data
:
Value
name
Link copied to clipboard
@
NonNull
@get:
NonNull
val
name
:
String
time
Interval
Link copied to clipboard
@
NonNull
@get:
NonNull
val
timeInterval
:
EventTimeInterval