Preparing search index...
The search index is not available
wappsto-wapp
wappsto-wapp
INotificationFunc
Interface INotificationFunc
interface
INotificationFunc
{
notify
(
message
:
string
,
level
?:
EventLogLevel
,
data
?:
JSONObject
,
)
:
Promise
<
void
>
;
sendMail
(
params
:
Mail
)
:
Promise
<
boolean
>
;
sendSMS
(
msg
:
string
)
:
Promise
<
boolean
>
;
}
Index
Methods
notify
send
Mail
sendSMS
Methods
notify
notify
(
message
:
string
,
level
?:
EventLogLevel
,
data
?:
JSONObject
)
:
Promise
<
void
>
Parameters
message
:
string
Optional
level
:
EventLogLevel
Optional
data
:
JSONObject
Returns
Promise
<
void
>
send
Mail
sendMail
(
params
:
Mail
)
:
Promise
<
boolean
>
Parameters
params
:
Mail
Returns
Promise
<
boolean
>
sendSMS
sendSMS
(
msg
:
string
)
:
Promise
<
boolean
>
Parameters
msg
:
string
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
notify
send
Mail
sendSMS
wappsto-wapp
Loading...