Class AnalyticsPluginReadyEvent
java.lang.Object
com.atlassian.analytics.api.events.AnalyticsPluginReadyEvent
This event is sent when the initialisation of the plugin is complete, and the plugin is ready to
receive analytics events.
It is possible that analytics events may still not be sent, for instance if analytics are disabled at the system level,
or if there is an unacknowledged policy change. This event just indicates that initialisation of the plugin is complete.
- Since:
- 5.8.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnalyticsPluginReadyEvent
public AnalyticsPluginReadyEvent()
-