Class NetworkConnectionInfoManager
- java.lang.Object
-
- org.prebid.mobile.rendering.sdk.BaseManager
-
- org.prebid.mobile.rendering.sdk.deviceData.managers.NetworkConnectionInfoManager
-
- All Implemented Interfaces:
ConnectionInfoManager
public final class NetworkConnectionInfoManager extends BaseManager implements ConnectionInfoManager
-
-
Constructor Summary
Constructors Constructor Description NetworkConnectionInfoManager(android.content.Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserParameters.ConnectionTypegetConnectionType()Get the active connection type.-
Methods inherited from class org.prebid.mobile.rendering.sdk.BaseManager
getContext
-
-
-
-
Method Detail
-
getConnectionType
public UserParameters.ConnectionType getConnectionType()
Description copied from interface:ConnectionInfoManagerGet the active connection type.- Specified by:
getConnectionTypein interfaceConnectionInfoManager- Returns:
- the active connection type
-
-