@pickme/reminder
Preparing search index...
worker/src/application/ports/sender
INotificationSender
Interface INotificationSender
INotificationSender는 알림을 전송하기 위한 인터페이스입니다.
interface
INotificationSender
{
dispatch
(
notification
:
EventDetail
)
:
Promise
<
void
>
;
}
Implemented by
WebNotificationSender
Index
Methods
dispatch
Methods
dispatch
dispatch
(
notification
:
EventDetail
)
:
Promise
<
void
>
Parameters
notification
:
EventDetail
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
dispatch
@pickme/reminder
Loading...
INotificationSender는 알림을 전송하기 위한 인터페이스입니다.