LiveLocationShareAggregatedSummary

data class LiveLocationShareAggregatedSummary(    val userId: String?,     val isActive: Boolean?,     val endOfLiveTimestampMillis: Long?,     val lastLocationDataContent: MessageBeaconLocationDataContent?)

Aggregation info concerning a live location share.

Constructors

Link copied to clipboard
fun LiveLocationShareAggregatedSummary(    userId: String?,     isActive: Boolean?,     endOfLiveTimestampMillis: Long?,     lastLocationDataContent: MessageBeaconLocationDataContent?)

Properties

Link copied to clipboard
val endOfLiveTimestampMillis: Long?
Link copied to clipboard
val isActive: Boolean?

Indicate whether the live is currently running.

Link copied to clipboard
Link copied to clipboard
val userId: String?