W3Booster SDK 2.0.0
First app
Guides
Examples
Preparing search index...
testing
Transport
Interface Transport
interface
Transport
{
name
:
string
;
close
?
()
:
void
|
Promise
<
void
>
;
open
(
context
:
TransportContext
)
:
void
|
Promise
<
void
>
;
resync
?
()
:
void
;
}
Index
Properties
name
Methods
close?
open
resync?
Properties
name
name
:
string
Methods
Optional
close
close
?
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
open
open
(
context
:
TransportContext
)
:
void
|
Promise
<
void
>
Parameters
context
:
TransportContext
Returns
void
|
Promise
<
void
>
Optional
resync
resync
?
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
close
open
resync
First app
Guides
Examples
W3Booster SDK 2.0.0
Loading...