C# Class System.Html.Notifications.Notification

Inheritance: EventTarget
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
Notification System.Runtime.CompilerServices

Public Methods

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 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

Method Description
Notification ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( NotificationEvents type, Action listener, bool capture ) : void
type NotificationEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void
type NotificationEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( NotificationEvents type, IEventListener listener ) : void
type NotificationEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
type NotificationEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

Close() public method

public Close ( ) : void
return void

Notification() public method

public Notification ( string title ) : System.Runtime.CompilerServices
title string
return System.Runtime.CompilerServices

Notification() public method

public Notification ( string title, NotificationOptions options ) : System.Runtime.CompilerServices
title string
options NotificationOptions
return System.Runtime.CompilerServices

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, Action listener, bool capture ) : void
type NotificationEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void
type NotificationEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, IEventListener listener ) : void
type NotificationEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
type NotificationEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RequestPermission() public static method

public static RequestPermission ( ) : void
return void

RequestPermission() public static method

public static RequestPermission ( NotificationPermissionCallback permissionCallback ) : void
permissionCallback NotificationPermissionCallback
return void