C# Класс System.Html.Notifications.Notification

Наследование: EventTarget
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Notification System.Runtime.CompilerServices

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Notification ( ) : System.Runtime.CompilerServices

Описание методов

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
Результат void

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, Action listener, bool capture ) : void
type NotificationEvents
listener Action
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void
type NotificationEvents
listener HtmlEventHandler
Результат void

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandler
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, IEventListener listener ) : void
type NotificationEvents
listener IEventListener
Результат void

AddEventListener() публичный Метод

public AddEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
type NotificationEvents
listener IEventListener
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

Close() публичный Метод

public Close ( ) : void
Результат void

Notification() публичный Метод

public Notification ( string title ) : System.Runtime.CompilerServices
title string
Результат System.Runtime.CompilerServices

Notification() публичный Метод

public Notification ( string title, NotificationOptions options ) : System.Runtime.CompilerServices
title string
options NotificationOptions
Результат System.Runtime.CompilerServices

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, Action listener, bool capture ) : void
type NotificationEvents
listener Action
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void
type NotificationEvents
listener HtmlEventHandler
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandler
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type NotificationEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, IEventListener listener ) : void
type NotificationEvents
listener IEventListener
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
type NotificationEvents
listener IEventListener
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RequestPermission() публичный статический Метод

public static RequestPermission ( ) : void
Результат void

RequestPermission() публичный статический Метод

public static RequestPermission ( NotificationPermissionCallback permissionCallback ) : void
permissionCallback NotificationPermissionCallback
Результат void