IMessage Interface
A message in a message notifier from an SAPUI5 notification bar.

C# Syntax

public interface IMessage : INotification  
Public Properties
 NameDescription
PropertyLevelReturns the severity level of the message. Possible values: MessageLevel  
PropertyReceivedTimeReturns the time when the notification is received. (Inherited from HP.LFT.SDK.SAP.UI5.INotification)
PropertyTextReturns the text of the notification. (Inherited from HP.LFT.SDK.SAP.UI5.INotification)
Top