Interface INotifier
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
Methods
Select(uint)
Selects the specific notification message in the notifier.
void Select(uint notificationIndex)
Parameters
notificationIndexuintindex of the notification message to select (1-based).