Type alias BaseContactItem

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

Defines the base properties of a contact item.

Type declaration

  • Optional cloudId?: string

    Cloud ID associated with the contact.

    Deprecated

    Use CloudContact.cloudId instead.

  • Optional contactId?: string

    Unique ID for the contact item.

    Remarks

    This value is required since v2.1.

    Since

    2.1

  • Optional networkId?: string

    Network ID for the contact.

    Deprecated

    Use CloudContact.networkId instead.

  • type: ContactType

    Type of contact item.

Generated using TypeDoc