capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Class RefCountedObjectProfile

    Profile info of a reference-counted stored object.

    Index

    Constructors

    Properties

    serializedReferences: number

    Number of serialized references to the object. The serialized reference count increases when an ImageRef is written to JSON or a Parcel on Android and decrease when the respective JSON or Parcel is deserialized.

    Default is 0

    strongReferences: number

    Number of strong references associated with the object. The strong reference count increases when a new instance of a platform ImageRef class is created from the object's unique ID and decreases when the ImageRef instance is destroyed.

    Default is 0

    timestampCreated: number

    Timestamp (milliseconds since the UNIX epoch), at which the object was first created.

    uniqueId: string

    Unique ID of the object.

    Methods

    • Parameters

      Returns {
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly uniqueId?: string | undefined; readonly timestampCreated?: number | undefined; readonly strongReferences?: number | undefined; readonly serializedReferences?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          serializedReferences?: number;
          strongReferences?: number;
          timestampCreated?: number;
          uniqueId?: string;
      }

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly uniqueId?: string | undefined; readonly timestampCreated?: number | undefined; readonly strongReferences?: number | undefined; readonly serializedReferences?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
      • Optional ReadonlyserializedReferences?: number

        Number of serialized references to the object. The serialized reference count increases when an ImageRef is written to JSON or a Parcel on Android and decrease when the respective JSON or Parcel is deserialized.

        Default is 0

      • Optional ReadonlystrongReferences?: number

        Number of strong references associated with the object. The strong reference count increases when a new instance of a platform ImageRef class is created from the object's unique ID and decreases when the ImageRef instance is destroyed.

        Default is 0

      • Optional ReadonlytimestampCreated?: number

        Timestamp (milliseconds since the UNIX epoch), at which the object was first created.

      • Optional ReadonlyuniqueId?: string

        Unique ID of the object.