HorizonSnapshotState

class HorizonSnapshotState(val updateCounter: Int)

State of the horizon snapshot that the horizon engine generates based on a set of registered options.

Constructors

Link copied to clipboard
constructor(updateCounter: Int)

Properties

Link copied to clipboard

A counter incremented on each horizon snapshot update.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String