Uses of Enum Class
com.github.trelawnm.weathersdk.WeatherSDKMode
Packages that use WeatherSDKMode
-
Uses of WeatherSDKMode in com.github.trelawnm.weathersdk
Methods in com.github.trelawnm.weathersdk that return WeatherSDKModeModifier and TypeMethodDescriptionWeatherSDK.getMode()Returns the operation mode of the SDK (ON_DEMAND or POLLING)static WeatherSDKModeReturns the enum constant of this class with the specified name.static WeatherSDKMode[]WeatherSDKMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.trelawnm.weathersdk with parameters of type WeatherSDKModeModifier and TypeMethodDescriptionWeatherSDK.Builder.mode(WeatherSDKMode mode) Sets the operation mode for the SDK