Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
NotificationActionContext Class
Namespace
NotificationActionContext Constructors
The following are constructors for NotificationActionContext.
NotificationActionContext(reportInstance, thresholdInformation)
Signature
public NotificationActionContext(Reports.ReportInstance reportInstance, Reports.ThresholdInformation thresholdInformation)
Parameters
-
reportInstance:
Type: Reports.ReportInstance
An instance of a report.
-
thresholdInformation:
Type: Reports.ThresholdInformation
The evaluated conditions for the notification.
NotificationActionContext Methods
The following are methods for NotificationActionContext.
getReportInstance()
Signature
public Reports.ReportInstance getReportInstance()
Return Value
Type: Reports.ReportInstance