Table of Contents

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 bool
constructArguments ConstructArgument[]

Notification(IntPtr, bool)

protected Notification(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

BodyPropertyDefinition

public static readonly Property<string?, Notification> BodyPropertyDefinition

Field Value

Property<string, Notification>

ClickedSignal

Signal Descriptor for OnClicked.

public static readonly Signal<Notification> ClickedSignal

Field Value

Signal<Notification>

ClosedSignal

Signal Descriptor for OnClosed.

public static readonly Signal<Notification> ClosedSignal

Field Value

Signal<Notification>

IdPropertyDefinition

public static readonly Property<ulong, Notification> IdPropertyDefinition

Field Value

Property<ulong, Notification>

TagPropertyDefinition

public static readonly Property<string?, Notification> TagPropertyDefinition

Field Value

Property<string, Notification>

TitlePropertyDefinition

public static readonly Property<string?, Notification> TitlePropertyDefinition

Field Value

Property<string, Notification>

Properties

Body

public string? Body { get; }

Property Value

string

Id

public ulong Id { get; }

Property Value

ulong

Tag

public string? Tag { get; }

Property Value

string

Title

public string? Title { get; }

Property Value

string

Methods

Clicked()

[Version("2.12")]
public void Clicked()

Close()

[Version("2.8")]
public void Close()

GetBody()

[Version("2.8")]
public string GetBody()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

GetId()

[Version("2.8")]
public ulong GetId()

Returns

ulong

GetTag()

[Version("2.16")]
public string? GetTag()

Returns

string

GetTitle()

[Version("2.8")]
public string GetTitle()

Returns

string

Events

OnClicked

public event SignalHandler<Notification> OnClicked

Event Type

SignalHandler<Notification>

OnClosed

public event SignalHandler<Notification> OnClosed

Event Type

SignalHandler<Notification>