Property | Type | Description | |
---|---|---|---|
Notification | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
AddEventListener ( NotificationEvents type, Action listener ) : void | ||
AddEventListener ( NotificationEvents type, Action listener, bool capture ) : void | ||
AddEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( NotificationEvents type, IEventListener listener ) : void | ||
AddEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
Close ( ) : void | ||
Notification ( string title ) : System.Runtime.CompilerServices | ||
Notification ( string title, |
||
RemoveEventListener ( NotificationEvents type, Action listener ) : void | ||
RemoveEventListener ( NotificationEvents type, Action listener, bool capture ) : void | ||
RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( NotificationEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RequestPermission ( ) : void | ||
RequestPermission ( NotificationPermissionCallback permissionCallback ) : void |
Method | Description | |
---|---|---|
Notification ( ) : System.Runtime.CompilerServices |
public AddEventListener ( NotificationEvents type, Action listener ) : void | ||
type | NotificationEvents | |
listener | Action | |
return | void |
public AddEventListener ( NotificationEvents type, Action listener, bool capture ) : void | ||
type | NotificationEvents | |
listener | Action | |
capture | bool | |
return | void |
public AddEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void | ||
type | NotificationEvents | |
listener | HtmlEventHandler | |
return | void |
public AddEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | NotificationEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
type | NotificationEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
type | NotificationEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public AddEventListener ( NotificationEvents type, IEventListener listener ) : void | ||
type | NotificationEvents | |
listener | IEventListener | |
return | void |
public AddEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void | ||
type | NotificationEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public Notification ( string title ) : System.Runtime.CompilerServices | ||
title | string | |
return | System.Runtime.CompilerServices |
public Notification ( string title, |
||
title | string | |
options | ||
return | System.Runtime.CompilerServices |
public RemoveEventListener ( NotificationEvents type, Action listener ) : void | ||
type | NotificationEvents | |
listener | Action | |
return | void |
public RemoveEventListener ( NotificationEvents type, Action listener, bool capture ) : void | ||
type | NotificationEvents | |
listener | Action | |
capture | bool | |
return | void |
public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void | ||
type | NotificationEvents | |
listener | HtmlEventHandler | |
return | void |
public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | NotificationEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
type | NotificationEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget |
||
type | NotificationEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public RemoveEventListener ( NotificationEvents type, IEventListener listener ) : void | ||
type | NotificationEvents | |
listener | IEventListener | |
return | void |
public RemoveEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void | ||
type | NotificationEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public static RequestPermission ( NotificationPermissionCallback permissionCallback ) : void | ||
permissionCallback | NotificationPermissionCallback | |
return | void |