Uses of Enum Class
me.rochblondiaux.gameanalytics.model.event.implementation.ResourceEvent.Currency
Packages that use ResourceEvent.Currency
-
Uses of ResourceEvent.Currency in me.rochblondiaux.gameanalytics.model.event.implementation
Methods in me.rochblondiaux.gameanalytics.model.event.implementation that return ResourceEvent.CurrencyModifier and TypeMethodDescriptionstatic ResourceEvent.CurrencyReturns the enum constant of this class with the specified name.static ResourceEvent.Currency[]ResourceEvent.Currency.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.CurrencyModifierConstructorDescriptionResourceEvent(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)