Message Beacon Location Data Content
@JsonClass(generateAdapter = true )
Content of the event of type EventType.BEACON_LOCATION_DATA
It contains location data related to a live location share. It is related to the state event that originally started the live. See MessageBeaconInfoContent
Constructors
Link copied to clipboard
constructor(msgType: String = MessageType.MSGTYPE_BEACON_LOCATION_DATA, @Json(name = "body" ) body: String = "", @Json(name = "m.relates_to" ) relatesTo: RelationDefaultContent? = null, @Json(name = "m.new_content" ) newContent: Content? = null, @Json(name = "org.matrix.msc3488.location" ) unstableLocationInfo: LocationInfo? = null, @Json(name = "m.location" ) locationInfo: LocationInfo? = null, @Json(name = "org.matrix.msc3488.ts" ) unstableTimestampMillis: Long? = null, @Json(name = "m.ts" ) timestampMillis: Long? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
See MSC3488.
Link copied to clipboard
Exact time that the data in the event refers to (milliseconds since the UNIX epoch).