Interface INotification
A notification in a notifier of a SAPUI5 notification bar.
public interface INotification
Properties
ReceivedTime
Returns the time when the notification is received.
DateTime ReceivedTime { get; }
Property Value
Text
Returns the text of the notification.
string Text { get; }