enum CoordinatedClockTimestampQuality (Niantic.ARDK.Networking.Clock.CoordinatedClockTimestampQuality)

Overview

Reports the quality of the timestamp returned by the Coordinated Clock More...

enum CoordinatedClockTimestampQuality: byte {
    Invalid = 0,
    Syncing,
    Stable,
};

Detailed Documentation

Reports the quality of the timestamp returned by the Coordinated Clock

Enum Values

Invalid

There has not been an update from the server.

Syncing

The server has sent updates, but there is still variance in syncing.

Stable

The timestamp is now synchronized with the server.