@wireapp/core-crypto
    Preparing search index...

    Class ClientId

    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

    Hierarchy

    • UniffiAbstractObject
      • ClientId

    Implements

    Index

    Constructors

    • Instantiate a client id from a byte array.

      Parameters

      • bytes: ArrayBuffer

      Returns ClientId

    Properties

    "[destructorGuardSymbol]": UniffiRustArcPtr
    "[pointerLiteralSymbol]": bigint
    "[uniffiTypeNameSymbol]": "ClientId"

    Methods

    • Copy the id into a new byte array.

      Returns ArrayBuffer

    • {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}

      Returns void

    • A convenience method to use this object, then destroy it after its use.

      Type Parameters

      • T

      Parameters

      • block: (obj: this) => T

      Returns T

    • Parameters

      • obj: any

      Returns obj is ClientId