Package com.hp.lft.sdk.sap.ui5
Interface Notification
- All Known Subinterfaces:
- Message
public interface Notification
A notification in a notifier of a SAPUI notification bar.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the time when the notification is received.getText()Returns the text of the notification.
- 
Method Details- 
getTextReturns the text of the notification.- Returns:
- The text of the notification.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getReceivedTimeReturns the time when the notification is received.- Returns:
- The time when the notification is received.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-