Acrobits IPC SDK
    Preparing search index...

    Type Alias BaseContactItem

    Defines the base properties of a contact item.

    type BaseContactItem = {
        cloudId?: string;
        contactId?: string;
        networkId?: string;
        type: ContactType;
    }
    Index

    Properties

    cloudId?: string

    Cloud ID associated with the contact.

    Use CloudContact.cloudId instead.

    contactId?: string

    Unique ID for the contact item.

    This value is required since v2.1.

    2.1

    networkId?: string

    Network ID for the contact.

    Use CloudContact.networkId instead.

    Type of contact item.