Skip to main content
The Deno 2 Release Candidate is here
Learn more
class NotifierHelper
import { NotifierHelper } from "https://deno.land/x/sptaki@1.2.0/helpers/NotifierHelper.d.ts";

Constructors

new
NotifierHelper(httpServerHelper: HttpServerHelper)

Properties

protected
defaultNotification: INotification

The default notification sent when waiting times out.

protected
httpServerHelper: HttpServerHelper

Methods

Create a new notification with the specified dialogueMessage object

Create a new notification that displays the "Your offer was sold!" prompt and removes sold offer from "My Offers" on clientside

getWebSocketServer(sessionID: string): string