NotificationAction Class

Spotfire 14.3 API Reference
Represents an action that can be made on a notification created with the NotificationService.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.ApplicationModelNotificationAction

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class NotificationAction

The NotificationAction type exposes the following members.

Properties

  NameDescription
Public propertyDismissWhenInvoked
Gets a value indicating whether the notification shall be closed when the action is invoked.
Public propertyLongText
Gets the long text. This is the text to use for tooltips or as text on links and buttons when rendering this action in contexts where space is not restricted. Such as in the notification dialog.
Public propertyText
Gets the text. This is the text to use on links and buttons when rendering this action in space restricted contexts. Such as in cards in the notification fly-out.
Top
Methods

  NameDescription
Public methodStatic memberCreate(String, Action)
Creates a NotificationAction with the specified text and action that can be invoked by the user.
Public methodStatic memberCreate(String, String, Boolean, Action)
Creates a NotificationAction with the specified text and action that can be invoked by the user.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke
Invokes the action specified when this instance was created.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference