Table of Contents

Class WebMessageNotification

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents a notification that is delivered via a web-based message channel.

public class WebMessageNotification
Inheritance
WebMessageNotification
Inherited Members
Extension Methods

Remarks

This type encapsulates the data required to send or describe a web message notification to a recipient.

Properties

Body

public string? Body { get; set; }

Property Value

string

Icon

public string? Icon { get; set; }

Property Value

string

Title

public string? Title { get; set; }

Property Value

string

Vibrate

public int[]? Vibrate { get; set; }

Property Value

int[]