Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
LightPush
Class LightPush
Implements
ILightPush
Index
Constructors
constructor
Properties
peer
Manager
protocol
Methods
attempt
Retries
send
Constructors
constructor
new
Light
Push
(
params
)
:
LightPush
Parameters
params
:
LightPushConstructorParams
Returns
LightPush
Properties
Private
peer
Manager
peer
Manager
:
PeerManager
Readonly
protocol
protocol
:
waku
.
waku_light_push
.
LightPushCore
Methods
Private
attempt
Retries
attempt
Retries
(
fn
,
maxAttempts
?
)
:
Promise
<
void
>
Parameters
fn
:
RetryCallback
Optional
maxAttempts
:
number
Returns
Promise
<
void
>
send
send
(
encoder
,
message
,
options
?
)
:
Promise
<
SDKProtocolResult
>
Parameters
encoder
:
IEncoder
message
:
IMessage
options
:
ISenderOptions
= DEFAULT_SEND_OPTIONS
Returns
Promise
<
SDKProtocolResult
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
peer
Manager
protocol
attempt
Retries
send
Documentation
Loading...