Add WIFI_AP_STATE_ENUMS

Declare enums to check the WifiAp state.
This commit is contained in:
Adeel Zafar 2019-05-28 16:56:13 +05:00
parent 2289a8821f
commit 8eff3c5d84

View File

@ -0,0 +1,5 @@
package org.kiwix.kiwixmobile.wifi_hotspot;
public enum WIFI_AP_STATE_ENUMS {
WIFI_AP_STATE_DISABLING, WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_ENABLING, WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_FAILED
}