-
public class ManagersResolverManagers resolver supply ability to obtain a registered manager and use it respectively.
-
-
Field Summary
Fields Modifier and Type Field Description private DeviceInfoManagerdeviceManagerprivate LocationInfoManagerlocationManagerprivate UserConsentManageruserConsentManager
-
Method Summary
Modifier and Type Method Description DeviceInfoManagergetDeviceManager()Obtains the device manager. LocationInfoManagergetLocationManager()Obtains the location manager. UserConsentManagergetUserConsentManager()Obtains the UserConsent manager. static ManagersResolvergetInstance()Gets the singleton instance of ManagersResolver. voidprepare(Context context)Prepare managers. ConnectionInfoManagergetNetworkManager()Obtains the network manager. -
-
Method Detail
-
getDeviceManager
DeviceInfoManager getDeviceManager()
Obtains the device manager.
-
getLocationManager
LocationInfoManager getLocationManager()
Obtains the location manager.
-
getUserConsentManager
UserConsentManager getUserConsentManager()
Obtains the UserConsent manager.
-
getInstance
static ManagersResolver getInstance()
Gets the singleton instance of ManagersResolver.
-
getNetworkManager
ConnectionInfoManager getNetworkManager()
Obtains the network manager.
-
-
-
-