Interface CMCD to implement for the CMCD options

interface ICMCD {
    cmcd: CMCD;
    cmcdMode: CMCDMode;
    cmcdSid: string;
}

Implemented by

Accessors

  • get cmcdSid(): string
  • The CMCD session ID

    Returns string

  • set cmcdSid(value): void
  • Set the CMCD session ID, if undefined reset to empty string

    Parameters

    • value: undefined | string

    Returns void