I am trying to check an enum, SupplicantState in an AndroidJavaObject. I do not often do Android development and am not sure know how to get the state.
if(wifiInfo.Call<SupplicantState>("getSupplicantState") == wifiInfo.Call<Enum<SupplicantState>>("SupplicantState.COMPLETED")
I’d appreciate any direction towards getting this to compile and manage to ascertain the state. Thanks.