Live Location Share Aggregated Summary
data class LiveLocationShareAggregatedSummary(val roomId: String?, val userId: String?, val isActive: Boolean?, val endOfLiveTimestampMillis: Long?, val lastLocationDataContent: MessageBeaconLocationDataContent?)
Aggregation info concerning a live location share.
Constructors
Link copied to clipboard
constructor(roomId: String?, userId: String?, isActive: Boolean?, endOfLiveTimestampMillis: Long?, lastLocationDataContent: MessageBeaconLocationDataContent?)