@refinio/one.models
Preparing search index...
api/utils/types
InternetOfMeApiType
Type Alias InternetOfMeApiType
type
InternetOfMeApiType
=
{
createInvitationToken
:
()
=>
Promise
<
string
>
;
getConnections
:
()
=>
Promise
<
ConnectionInfo
[]
>
;
getPairingInformation
:
(
invitationLink
:
string
)
=>
Invitation
|
undefined
;
tryPairing
:
(
invitationToken
:
string
,
maxTries
:
number
,
setError
:
(
error
:
Error
)
=>
void
,
)
=>
Promise
<
()
=>
void
>
;
}
Implemented by
default
Index
Properties
create
Invitation
Token
get
Connections
get
Pairing
Information
try
Pairing
Properties
create
Invitation
Token
createInvitationToken
:
()
=>
Promise
<
string
>
get
Connections
getConnections
:
()
=>
Promise
<
ConnectionInfo
[]
>
get
Pairing
Information
getPairingInformation
:
(
invitationLink
:
string
)
=>
Invitation
|
undefined
try
Pairing
tryPairing
:
(
invitationToken
:
string
,
maxTries
:
number
,
setError
:
(
error
:
Error
)
=>
void
,
)
=>
Promise
<
()
=>
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
create
Invitation
Token
get
Connections
get
Pairing
Information
try
Pairing
@refinio/one.models
Loading...