Package ai.tock.bot.admin.message
Class LocationConfiguration
-
- All Implemented Interfaces:
-
ai.tock.bot.admin.message.MessageConfiguration
public final class LocationConfiguration implements MessageConfiguration
User location data.
-
-
Constructor Summary
Constructors Constructor Description LocationConfiguration(UserLocation location, Long delay)
-
Method Summary
Modifier and Type Method Description EventTypegetEventType()final UserLocationgetLocation()LonggetDelay()ActiontoAction(PlayerId playerId, String applicationId, PlayerId recipientId, Locale locale, UserInterfaceType userInterfaceType)-
-
Constructor Detail
-
LocationConfiguration
LocationConfiguration(UserLocation location, Long delay)
-
-
Method Detail
-
getEventType
EventType getEventType()
-
getLocation
final UserLocation getLocation()
-
-
-
-