Click or drag to resize

IConfigurationChangeListenerOnConfigurationChanged Method

onConfigurationChanged will be called to notify changes of the configuration.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnConfigurationChanged(
	IDictionary<Integer, Object> p0
)

Parameters

p0
Type: System.Collections.GenericIDictionaryInteger, Object
To be added.
Remarks

onConfigurationChanged will be called to notify changes of the configuration.

The configuration change can be the consequence of an interaction with the environment (e.g: the device is inserted in a cradle) or can be the consequence of a change to the Property

s done and committed by another sdk user Commit

.

[Android Documentation]

See Also