Type Alias MobileDeviceSettings

MobileDeviceSettings: {
    geoTrackingEnabled: boolean;
    onDemandLogRetrievalEnabled: boolean;
    pushNotifications?: MobileDeviceSettingsPushNotification;
    specialOffersEnabled?: boolean;
}

Type declaration