Table of Contents

Interface INotifier

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

A notifier in an SAPUI5 notification bar.

public interface INotifier

Properties

Messages

Returns all notification messages in the notifier.

ReadOnlyCollection<INotification> Messages { get; }

Property Value

ReadOnlyCollection<INotification>

Methods

Select(uint)

Selects the specific notification message in the notifier.

void Select(uint notificationIndex)

Parameters

notificationIndex uint

index of the notification message to select (1-based).