Marker

data class Marker(val value: String) : SentinelMarker

A marker for the current initial sync, with a uuid value that will be compared against the sentinel event sent by the server.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
val value: String

Functions

Link copied to clipboard
fun getMarker(): String

Returns the marker, if any, otherwise an empty string.