Object holding the configuration parameters for the automatic data collect.

interface DataCollectionConfig {
    deviceBrand?: boolean;
    deviceModel?: boolean;
    geoIP?: boolean;
}

Properties

deviceBrand?: boolean

Whether Batch can send the device brand information. (Android only)

false
deviceModel?: boolean

Whether Batch can send the device model information.

false
geoIP?: boolean

Whether Batch can resolve the GeoIP on server side.

false