Package org.prebid.mobile.rendering.sdk
Class ManagersResolver
java.lang.Object
org.prebid.mobile.rendering.sdk.ManagersResolver
Managers resolver supply ability to obtain a registered manager and use it
respectively.
-
Method Summary
Modifier and TypeMethodDescriptionObtains the device manager.static ManagersResolverGets the singleton instance of ManagersResolver.Obtains the location manager.Obtains the network manager.Obtains the UserConsent manager.voidprepare(android.content.Context context) Prepare managers.
-
Method Details
-
getInstance
Gets the singleton instance of ManagersResolver. -
prepare
public void prepare(android.content.Context context) Prepare managers. -
getDeviceManager
Obtains the device manager. -
getLocationManager
Obtains the location manager. -
getNetworkManager
Obtains the network manager. -
getUserConsentManager
Obtains the UserConsent manager.
-