Click or drag to resize

PropertyID.AutoSyncAppDataEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to disable the automatic synchronization of data.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 AutoSyncAppDataEnabled = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to disable the automatic synchronization of data.

Auto sync app data refers to enable or disable the automatic synchronization of data between the device and online accounts for various apps.

When auto sync is enabled, apps automatically sync data like emails, contacts, calendar events, and other app-specific information with their respective online services. This ensures that the information on the device is up-to-date with the data on the server.

When auto sync is disabled, apps will not automatically sync data in the background.

The user would still be able to access and control this configuration from the main Settings. Therefore, this parameter can be use with AUTO_SYNC_APP_DATA_SETTING_DIMMED, to prevent the user to change the configuration of this feature.

The class of the property is BooleanProperty.

[Android Documentation]

See Also