-
- All Implemented Interfaces:
-
io.github.openflocon.flocon.core.FloconPlugin,io.github.openflocon.flocon.plugins.analytics.FloconAnalyticsPlugin
public final class FloconAnalyticsPluginImpl implements FloconAnalyticsPlugin
-
-
Constructor Summary
Constructors Constructor Description FloconAnalyticsPluginImpl(FloconMessageSender sender)
-
Method Summary
Modifier and Type Method Description UnitonMessageReceived(FloconMessageFromServer messageFromServer, FloconMessageSender sender)UnitonConnectedToServer(FloconMessageSender sender)UnitregisterAnalytics(List<AnalyticsItem> analyticsItems)-
-
Constructor Detail
-
FloconAnalyticsPluginImpl
FloconAnalyticsPluginImpl(FloconMessageSender sender)
-
-
Method Detail
-
onMessageReceived
Unit onMessageReceived(FloconMessageFromServer messageFromServer, FloconMessageSender sender)
-
onConnectedToServer
Unit onConnectedToServer(FloconMessageSender sender)
-
registerAnalytics
Unit registerAnalytics(List<AnalyticsItem> analyticsItems)
-
-
-
-