Class NetworkConnectionInfoManager
- java.lang.Object
-
- org.prebid.mobile.rendering.sdk.BaseManager
-
- org.prebid.mobile.rendering.sdk.deviceData.managers.NetworkConnectionInfoManager
-
- All Implemented Interfaces:
ConnectionInfoManager,Manager
public final class NetworkConnectionInfoManager extends BaseManager implements ConnectionInfoManager
-
-
Constructor Summary
Constructors Constructor Description NetworkConnectionInfoManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserParameters.ConnectionTypegetConnectionType()Get the active connection type.voidinit(android.content.Context context)Initialize manager.-
Methods inherited from class org.prebid.mobile.rendering.sdk.BaseManager
dispose, getContext, isInit
-
-
-
-
Method Detail
-
init
public void init(android.content.Context context)
Description copied from class:BaseManagerInitialize manager.- Specified by:
initin interfaceManager- Overrides:
initin classBaseManager- Parameters:
context- the context for which manager will be initialized.- See Also:
ConnectionInfoManager
-
getConnectionType
public UserParameters.ConnectionType getConnectionType()
Description copied from interface:ConnectionInfoManagerGet the active connection type.- Specified by:
getConnectionTypein interfaceConnectionInfoManager- Returns:
- the active connection type
- See Also:
ConnectionInfoManager
-
-