Documentation
    Preparing search index...

    Interface NotificationCapableAdapter

    interface NotificationCapableAdapter {
        sendNotification(
            recipient: MessagingRecipient,
            message: NotificationMessage,
        ): Promise<any>;
        sendNotifications(
            recipients: MessagingRecipient[],
            message: NotificationMessage,
        ): Promise<any>;
    }

    Implemented by

    Index

    Methods