-
public interface HyprMXConnection
-
-
Method Summary
Modifier and Type Method Description abstract StringgetConnectionTypeForRequest()Returns network connection type of device. abstract StringgetConnectionTypeForRequestApi23AndAbove()abstract StringgetConnectionTypeForRequestPre23()-
-
Method Detail
-
getConnectionTypeForRequest
abstract String getConnectionTypeForRequest()
Returns network connection type of device. Called on both main thread and background thread.
-
getConnectionTypeForRequestApi23AndAbove
abstract String getConnectionTypeForRequestApi23AndAbove()
-
getConnectionTypeForRequestPre23
abstract String getConnectionTypeForRequestPre23()
-
-
-
-