Class WebMessageNotification
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
Icon
public string? Icon { get; set; }
Property Value
Title
public string? Title { get; set; }
Property Value
Vibrate
public int[]? Vibrate { get; set; }
Property Value
- int[]