Package-level declarations
Types
Link copied to clipboard
class ServerClockOffset(localTimeMs: () -> Long = { System.currentTimeMillis() }, maxRttMs: Long = DEFAULT_MAX_RTT_MS, maxOffsetMs: Long = DEFAULT_MAX_OFFSET_MS)
Tracks the offset between the local device clock and the server clock using NTP-style estimation from WebSocket health check round-trips.
Functions
Link copied to clipboard
Updates the type of the Message based on its content.
Link copied to clipboard
Validates a cid. Verifies it's not empty and in the format messaging:123.
Link copied to clipboard
Safely validates a cid and returns a result.