Package-level declarations
Types
Link copied to clipboard
object PlayerCommandProtocol
String-based protocol for proxy player commands over messaging.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ProxyCommandFlags
Link copied to clipboard
object ProxyCommandRegistryProtocol
Link copied to clipboard
data class ProxyCommandRegistryRequest(val senderId: String, val issuedAtMillis: Long, val ttlMillis: Long, val nonce: ByteArray)
Link copied to clipboard
data class ProxyCommandRegistrySnapshot(val senderId: String, val issuedAtMillis: Long, val ttlMillis: Long, val nonce: ByteArray, val commands: List<ProxyCommandDescriptor>)