tock / ai.tock.bot.admin.message / LocationConfiguration

LocationConfiguration

data class LocationConfiguration : MessageConfiguration (source)

User location data.

Constructors

<init>

User location data.

LocationConfiguration(location: UserLocation?, delay: Long = 0)

Properties

delay

val delay: Long

eventType

val eventType: EventType

location

val location: UserLocation?

Functions

toAction

fun toAction(playerId: PlayerId, applicationId: String, recipientId: PlayerId, locale: Locale, userInterfaceType: UserInterfaceType): Action