Class: PairingResponseMessage

remotemessage.PairingResponseMessage()

new PairingResponseMessage()

Source:

Extends

Methods

(static) PairingResponseMessage#getMillis() → {Number}

Get the field value A timestamp of when the authentication token was obtained
Source:
Returns:
must be a long integer
Type
Number

(static) PairingResponseMessage#getPairingState() → {remotemessage.PairingState}

Get the field value The state of the pairing flow
Source:
Returns:
Type
remotemessage.PairingState

(static) PairingResponseMessage#setMillis(millis)

Set the field value A timestamp of when the authentication token was obtained
Parameters:
Name Type Description
millis Number must be a long integer
Source:

(static) PairingResponseMessage#setPairingState(pairingState)

Set the field value The state of the pairing flow
Parameters:
Name Type Description
pairingState remotemessage.PairingState
Source: