ClientIdentifier

data class ClientIdentifier(val value: UUID)

This class identifies a connected client (smartphone) on a remote device uniquely during an active connection.

Internally, this is backed by an incremental value, which are assigned by the remote device at connection establishment.

Parameters

value

The UUID that represents the client identifier

Constructors

Link copied to clipboard
constructor(value: UUID)

Properties

Link copied to clipboard
val value: UUID