Class NotificationBarMessage
Message to be displayed in the notification bar.
public sealed class NotificationBarMessage
- Inheritance
-
objectNotificationBarMessage
- Extension Methods
Properties
MessageTemplate
Message template.
public string MessageTemplate { get; init; }
Property Value
- string
Remarks
Message template can contain placeholders in a {#} format for Values to replace them.
Values
Values to be used in the message.
public NotificationBarMessageValue[] Values { get; init; }
Property Value
Remarks
Values replaces the placeholders in MessageTemplate in order they are provided.