Options
All
  • Public
  • Public/Protected
  • All
Menu

For connections that require a pairing flow, this interface is used.

Hierarchy

  • PairingDeviceConfiguration

Implemented by

Index

Methods

onPairingCode

  • onPairingCode(pairingCode: string): void
  • Called when a pairing code is sent. Typically, this would be displayed to the user, and they would enter this code into the device screen.

    Parameters

    • pairingCode: string

      the string code to be displayed.

    Returns void

onPairingSuccess

  • onPairingSuccess(authToken: string): void

Generated using TypeDoc