Documentation
Preparing search index...
@waku/react
ISender
Interface ISender
interface
ISender
{
send
:
(
encoder
:
IEncoder
,
message
:
IMessage
,
sendOptions
?:
ISendOptions
,
)
=>
Promise
<
LightPushSDKResult
>
;
}
Index
Properties
send
Properties
send
send
:
(
encoder
:
IEncoder
,
message
:
IMessage
,
sendOptions
?:
ISendOptions
,
)
=>
Promise
<
LightPushSDKResult
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
send
Documentation
Loading...