Accessors

Methods

Accessors

  • get msc4108(): undefined | Msc4108IntentData

    The MSC4108-specific intent data.

    This will not be null only if the QrCodeData contains data as specified in the QR code format of MSC4108. Otherwise it will contain MSC4388-specific intent data.

    Returns undefined | Msc4108IntentData

  • set msc4108(value: undefined | null | Msc4108IntentData): void

    The MSC4108-specific intent data.

    This will not be null only if the QrCodeData contains data as specified in the QR code format of MSC4108. Otherwise it will contain MSC4388-specific intent data.

    Parameters

    Returns void

  • get msc4388(): undefined | Msc4388IntentData

    The MSC4833-specific intent data.

    This will not be null only if the QrCodeData contains data as specified in the QR code format of MSC4388. Otherwise it will contain MSC4108-specific intent data.

    Returns undefined | Msc4388IntentData

  • set msc4388(value: undefined | null | Msc4388IntentData): void

    The MSC4833-specific intent data.

    This will not be null only if the QrCodeData contains data as specified in the QR code format of MSC4388. Otherwise it will contain MSC4108-specific intent data.

    Parameters

    Returns void

Methods

  • Returns void

  • Returns void