ACTION_CONFIGURATION_CHANGED." name="Description"/>
Click or drag to resize

Intents.ExtraConfigurationChangedTime Field

EXTRA_CONFIGURATION_CHANGED_TIME Used as an int extra field in ACTION_CONFIGURATION_CHANGED.

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

Field Value

Type: String
Remarks
EXTRA_CONFIGURATION_CHANGED_TIME Used as an int extra field in ACTION_CONFIGURATION_CHANGED. 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 System.currentTimeMillis(). Use Date to convert the value in a Date object.

[Android Documentation]

See Also