LiveLocationShareAggregatedSummary

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?)

Properties

Link copied to clipboard
Link copied to clipboard

Indicate whether the live is currently running.

Link copied to clipboard
Link copied to clipboard