ClientId

open class ClientId : ClientIdProtocol, @unchecked Sendable

A Client identifier

A unique identifier for clients. A client is an identifier for each App a user is using, such as desktop, mobile, etc. Users can have multiple clients. More information here

  • Instantiate a client id from a byte array.

    Declaration

    Swift

    public convenience init(bytes: Data)
  • Copy the id into a new byte array.

    Declaration

    Swift

    open func copyBytes() -> Data