new PairingResponseMessage()
Extends
Methods
(static) PairingResponseMessage#getMillis() → {Number}
Get the field value
A timestamp of when the authentication token was obtained
Returns:
must be a long integer
- Type
- Number
(static) PairingResponseMessage#getPairingState() → {remotemessage.PairingState}
Get the field value
The state of the pairing flow
Returns:
(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 |
(static) PairingResponseMessage#setPairingState(pairingState)
Set the field value
The state of the pairing flow
Parameters:
Name | Type | Description |
---|---|---|
pairingState |
remotemessage.PairingState |