Uses of Enum Class
me.rochblondiaux.gameanalytics.model.event.implementation.ResourceEvent.FlowType
Packages that use ResourceEvent.FlowType
-
Uses of ResourceEvent.FlowType in me.rochblondiaux.gameanalytics.model.event.implementation
Methods in me.rochblondiaux.gameanalytics.model.event.implementation that return ResourceEvent.FlowTypeModifier and TypeMethodDescriptionstatic ResourceEvent.FlowTypeReturns the enum constant of this class with the specified name.static ResourceEvent.FlowType[]ResourceEvent.FlowType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.rochblondiaux.gameanalytics.model.event.implementation with parameters of type ResourceEvent.FlowTypeModifierConstructorDescriptionResourceEvent(String device, String userId, long clientTs, String osVersion, String manufacturer, String platform, UUID sessionId, int sessionNumber, String custom01, String custom02, String custom03, String build, ResourceEvent.FlowType flowType, ResourceEvent.Currency currency, String itemType, String itemId, int amount)