Class Notification
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class Notification : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
Notification
- Implements
- Inherited Members
Constructors
Notification(bool, params ConstructArgument[])
protected Notification(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
Notification(IntPtr, bool)
protected Notification(IntPtr ptr, bool ownedRef)
Parameters
Fields
BodyPropertyDefinition
public static readonly Property<string?, Notification> BodyPropertyDefinition
Field Value
ClickedSignal
Signal Descriptor for OnClicked.
public static readonly Signal<Notification> ClickedSignal
Field Value
ClosedSignal
Signal Descriptor for OnClosed.
public static readonly Signal<Notification> ClosedSignal
Field Value
IdPropertyDefinition
public static readonly Property<ulong, Notification> IdPropertyDefinition
Field Value
TagPropertyDefinition
public static readonly Property<string?, Notification> TagPropertyDefinition
Field Value
TitlePropertyDefinition
public static readonly Property<string?, Notification> TitlePropertyDefinition
Field Value
Properties
Body
public string? Body { get; }
Property Value
Id
public ulong Id { get; }
Property Value
Tag
public string? Tag { get; }
Property Value
Title
public string? Title { get; }
Property Value
Methods
Clicked()
[Version("2.12")]
public void Clicked()
Close()
[Version("2.8")]
public void Close()
GetBody()
[Version("2.8")]
public string GetBody()
Returns
GetGType()
public static Type GetGType()
Returns
GetId()
[Version("2.8")]
public ulong GetId()
Returns
GetTag()
[Version("2.16")]
public string? GetTag()
Returns
GetTitle()
[Version("2.8")]
public string GetTitle()
Returns
Events
OnClicked
public event SignalHandler<Notification> OnClicked
Event Type
OnClosed
public event SignalHandler<Notification> OnClosed