deviceData
fun deviceData(enforcedSettings: (DeviceDataSettingsBuilder) -> DeviceDataSettingsBuilder? = defaultSettings()): ModuleFactory
Collects data related to the user's device.
Parameters
enforcedSettings
DeviceData settings that should override any from any other settings source. Pass null to initialize this module only when some Local or Remote settings are provided. Omitting this parameter will initialize the module with its default settings.