Interface INotification
A notification in a notifier of a SAPUI5 notification bar.
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface INotification
Properties
ReceivedTime
Returns the time when the notification is received.
Declaration
DateTime ReceivedTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Text
Returns the text of the notification.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |