Documentation
Preparing search index...
@saltcorn/data
mobile-mocks/models/internal/mail_queue
MailQueue
Class MailQueue
Index
Constructors
constructor
Methods
empty
Queue
get
Passed
Delay
handle
Notification
load
Notifications
Constructors
constructor
new
MailQueue
()
:
MailQueue
Returns
MailQueue
Methods
Static
empty
Queue
emptyQueue
(
_user
?:
any
)
:
Promise
<
void
>
Parameters
Optional
_user
:
any
Returns
Promise
<
void
>
Static
get
Passed
Delay
getPassedDelay
(
_notifications
?:
any
)
:
boolean
Parameters
Optional
_notifications
:
any
Returns
boolean
Static
handle
Notification
handleNotification
(
_o
?:
any
,
_user
?:
any
)
:
Promise
<
void
>
Parameters
Optional
_o
:
any
Optional
_user
:
any
Returns
Promise
<
void
>
Static
load
Notifications
loadNotifications
(
_userId
?:
number
,
_sendStatus
?:
string
)
:
Promise
<
any
[]
>
Parameters
Optional
_userId
:
number
Optional
_sendStatus
:
string
Returns
Promise
<
any
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
empty
Queue
get
Passed
Delay
handle
Notification
load
Notifications
Documentation
Loading...