webkit.notification
Module for [Notification] class
Types 3
Holds information about a notification that should be shown to the user.
Methods
NotificationGidBuilder builder() static nothrowGet builder for [webkit.notification.Notification] Returns: New builder objectstring getBody() nothrowObtains the body for the notification. Returns: the body for the notificationulong getId() nothrowObtains the unique id for the notification. Returns: the unique id for the notificationstring getTag() nothrowObtains the tag identifier for the notification. Returns: the tag for the notificationstring getTitle() nothrowObtains the title for the notification. Returns: the title for the notificationgulong connectClicked(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == void)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : webkit.notification.Notification)))
&& Parameters!T.length < 2) nothrowConnect to `Clicked` signal.gulong connectClosed(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == void)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : webkit.notification.Notification)))
&& Parameters!T.length < 2) nothrowConnect to `Closed` signal.Fluent builder implementation template for webkit.notification.Notification
Fluent builder for webkit.notification.Notification
Methods