Marker

@Serializable
data class Marker(val home: MarkerProperties, val notifications: MarkerProperties)

Marks the user's current position in their timelines, to synchronize and restore it across devices.

Constructors

Link copied to clipboard
constructor(home: MarkerProperties, notifications: MarkerProperties)

Properties

Link copied to clipboard

Home timeline marker.

Link copied to clipboard

Notifications timeline marker.