Acrobits IPC SDK
    Preparing search index...

    Type Alias CloudUsernameContactItem

    CloudUsernameContactItem: BaseContactItem & {
        cloudUsername?: string;
        contactUser: CloudContact;
        type: "cloudUsername";
    }

    Defines the properties of a CloudUsername based contact item.

    Type declaration

    • OptionalcloudUsername?: string

      Cloud username associated with the contact.

      Use CloudContact.cloudUsername instead.

    • contactUser: CloudContact

      Cloud user associated with the contact.

      2.1

    • type: "cloudUsername"