Table of Contents

Interface INotification

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

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

DateTime

Text

Returns the text of the notification.

string Text { get; }

Property Value

string