You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The com.maxwai.nclientv3.components.classes.ConnectivityReceiver classes is using the NetworkInfo Interface, this was deprecated with API 29. These calls should be replaced with the ConnectivityManager.NetworkCallback Interface.
This class, and dependent classes, need to changed.
The text was updated successfully, but these errors were encountered:
The
com.maxwai.nclientv3.components.classes.ConnectivityReceiver
classes is using theNetworkInfo
Interface, this was deprecated with API 29. These calls should be replaced with theConnectivityManager.NetworkCallback
Interface.This class, and dependent classes, need to changed.
The text was updated successfully, but these errors were encountered: