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
Currently NetworkInfo is being used to capture networkType which has been deprecated in API level 29.
I think it is worth considering switching to NetworkCapabilities (supported in >= API 21) as this would provide additional useful information for analysis. As this API responds with more data points we'd probably want to provide some option that the user can opt into as well as an additional Iglu schema to capture this information.
The text was updated successfully, but these errors were encountered:
Currently NetworkInfo is being used to capture networkType which has been deprecated in API level 29.
I think it is worth considering switching to NetworkCapabilities (supported in >= API 21) as this would provide additional useful information for analysis. As this API responds with more data points we'd probably want to provide some option that the user can opt into as well as an additional Iglu schema to capture this information.
The text was updated successfully, but these errors were encountered: