C# Class System.Html.Notifications.Notification

Inheritance: EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
Notification System.Runtime.CompilerServices

Méthodes publiques

Méthode 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 listener ) : void
AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( NotificationEvents type, IEventListener listener ) : void
AddEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Close ( ) : void
Notification ( string title ) : System.Runtime.CompilerServices
Notification ( string title, NotificationOptions options ) : System.Runtime.CompilerServices
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 listener ) : void
RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( NotificationEvents type, IEventListener listener ) : void
RemoveEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RequestPermission ( ) : void
RequestPermission ( NotificationPermissionCallback permissionCallback ) : void

Private Methods

Méthode Description
Notification ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, Action listener, bool capture ) : void
type NotificationEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void
type NotificationEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, IEventListener listener ) : void
type NotificationEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
type NotificationEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Notification() public méthode

public Notification ( string title ) : System.Runtime.CompilerServices
title string
Résultat System.Runtime.CompilerServices

Notification() public méthode

public Notification ( string title, NotificationOptions options ) : System.Runtime.CompilerServices
title string
options NotificationOptions
Résultat System.Runtime.CompilerServices

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, Action listener, bool capture ) : void
type NotificationEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void
type NotificationEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, IEventListener listener ) : void
type NotificationEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
type NotificationEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RequestPermission() public static méthode

public static RequestPermission ( ) : void
Résultat void

RequestPermission() public static méthode

public static RequestPermission ( NotificationPermissionCallback permissionCallback ) : void
permissionCallback NotificationPermissionCallback
Résultat void