Click or drag to resize

IntentsExtraConfigurationChangedTime Field

Used as an int extra field in ActionConfigurationChanged

Namespace:  Com.Datalogic.Device
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const string ExtraConfigurationChangedTime = "com.datalogic.device.intent.extra.configuration.CHANGED_TIME"

Field Value

Type: String
Remarks
EXTRA_CONFIGURATION_CHANGED_TIME

Used as an int extra field in ActionConfigurationChanged

. The field contains the time of the event as a difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. See

. Use

to convert the value in a Date object.

[Android Documentation]

See Also