C# 클래스 System.Html.Notifications.Notification

상속: EventTarget
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

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