NotificationOptions

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

actions
void actions(Sequence!(NotificationAction) actions)
Undocumented in source. Be warned that the author may not have intended to support it.
actions
auto actions()
Undocumented in source. Be warned that the author may not have intended to support it.
badge
void badge(string badge)
Undocumented in source. Be warned that the author may not have intended to support it.
badge
auto badge()
Undocumented in source. Be warned that the author may not have intended to support it.
body_
void body_(string body_)
Undocumented in source. Be warned that the author may not have intended to support it.
body_
auto body_()
Undocumented in source. Be warned that the author may not have intended to support it.
data
void data(T0 data)
Undocumented in source. Be warned that the author may not have intended to support it.
data
auto data()
Undocumented in source. Be warned that the author may not have intended to support it.
dir
void dir(NotificationDirection dir)
Undocumented in source. Be warned that the author may not have intended to support it.
dir
auto dir()
Undocumented in source. Be warned that the author may not have intended to support it.
icon
void icon(string icon)
Undocumented in source. Be warned that the author may not have intended to support it.
icon
auto icon()
Undocumented in source. Be warned that the author may not have intended to support it.
image
void image(string image)
Undocumented in source. Be warned that the author may not have intended to support it.
image
auto image()
Undocumented in source. Be warned that the author may not have intended to support it.
lang
void lang(string lang)
Undocumented in source. Be warned that the author may not have intended to support it.
lang
auto lang()
Undocumented in source. Be warned that the author may not have intended to support it.
renotify
void renotify(bool renotify)
Undocumented in source. Be warned that the author may not have intended to support it.
renotify
auto renotify()
Undocumented in source. Be warned that the author may not have intended to support it.
requireInteraction
void requireInteraction(bool requireInteraction)
Undocumented in source. Be warned that the author may not have intended to support it.
requireInteraction
auto requireInteraction()
Undocumented in source. Be warned that the author may not have intended to support it.
silent
void silent(bool silent)
Undocumented in source. Be warned that the author may not have intended to support it.
silent
auto silent()
Undocumented in source. Be warned that the author may not have intended to support it.
tag
void tag(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
tag
auto tag()
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
void timestamp(uint timestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
auto timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
vibrate
void vibrate(VibratePattern vibrate)
Undocumented in source. Be warned that the author may not have intended to support it.
vibrate
auto vibrate()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta