data class LocationConfiguration : MessageConfiguration (source)
User location data.
<init> |
User location data. LocationConfiguration(location: UserLocation?, delay: Long = 0) |
delay |
val delay: Long |
eventType |
val eventType: EventType |
location |
val location: UserLocation? |
toAction |
fun toAction(playerId: PlayerId, applicationId: String, recipientId: PlayerId, locale: Locale, userInterfaceType: UserInterfaceType): Action |