ClientIdProtocol

public protocol ClientIdProtocol : AnyObject, 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

  • Copy the id into a new byte array.

    Declaration

    Swift

    func copyBytes() -> Data