Interface INotifier
A notifier in an SAPUI5 notification bar.
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface INotifier
Properties
Messages
Returns all notification messages in the notifier.
Declaration
ReadOnlyCollection<INotification> Messages { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<INotification> |
Methods
Select(uint)
Selects the specific notification message in the notifier.
Declaration
void Select(uint notificationIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | notificationIndex | index of the notification message to select (1-based). |