Class NotificationBarMessageWithType
The notification bar
public sealed class NotificationBarMessageWithType
- Inheritance
-
objectNotificationBarMessageWithType
- Extension Methods
Constructors
NotificationBarMessageWithType()
Initializes a new instance of the NotificationBarMessageWithType class with a new unique identifier.
public NotificationBarMessageWithType()
Properties
Id
Unique identifier of the notification bar message.
public Guid Id { get; }
Property Value
- Guid
Message
Message to be displayed in the notification bar.
public NotificationBarMessage Message { get; init; }
Property Value
Type
The message bar type.
public NotificationBarType Type { get; init; }