NotificationInteractionOptions Properties
Class Properties 3 members
Options for configuring a notification interaction.
Gets or sets the intent of the notification.
public MessageIntent? Intent { get; set; } Gets or sets the text for a link in the notification.
public string? LinkText { get; set; } Gets or sets the URL for the link in the notification.
public string? LinkUrl { get; set; }