INotification Interface
A notification in a notifier of a SAPUI5 notification bar.

C# Syntax

public interface INotification 
Public Properties
 NameDescription
PropertyReceivedTimeReturns the time when the notification is received.  
PropertyTextReturns the text of the notification.  
Top