Uses of Enum Class
me.rochblondiaux.gameanalytics.GameAnalytics.Environment
Packages that use GameAnalytics.Environment
-
Uses of GameAnalytics.Environment in me.rochblondiaux.gameanalytics
Methods in me.rochblondiaux.gameanalytics that return GameAnalytics.EnvironmentModifier and TypeMethodDescriptionstatic GameAnalytics.EnvironmentReturns the enum constant of this class with the specified name.static GameAnalytics.Environment[]GameAnalytics.Environment.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.rochblondiaux.gameanalytics with parameters of type GameAnalytics.EnvironmentModifierConstructorDescriptionGameAnalytics(String gameKey, String secretKey, GameAnalytics.Environment environment) GameAnalytics(String gameKey, String secretKey, GameAnalytics.Environment environment, okhttp3.OkHttpClient httpClient)