Documentation
Preparing search index...
@quatrain/messaging
NotificationCapableAdapter
Interface NotificationCapableAdapter
interface
NotificationCapableAdapter
{
sendNotification
(
recipient
:
MessagingRecipient
,
message
:
NotificationMessage
,
)
:
Promise
<
any
>
;
sendNotifications
(
recipients
:
MessagingRecipient
[]
,
message
:
NotificationMessage
,
)
:
Promise
<
any
>
;
}
Implemented by
FirebaseMessagingAdapter
Index
Methods
send
Notification
send
Notifications
Methods
send
Notification
sendNotification
(
recipient
:
MessagingRecipient
,
message
:
NotificationMessage
,
)
:
Promise
<
any
>
Parameters
recipient
:
MessagingRecipient
message
:
NotificationMessage
Returns
Promise
<
any
>
send
Notifications
sendNotifications
(
recipients
:
MessagingRecipient
[]
,
message
:
NotificationMessage
,
)
:
Promise
<
any
>
Parameters
recipients
:
MessagingRecipient
[]
message
:
NotificationMessage
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
send
Notification
send
Notifications
Documentation
Loading...