Click or drag to resize

ConfigurationManagerRegisterListener Method

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int RegisterListener(
	IConfigurationChangeListener listener
)

Parameters

listener
Type: Com.Datalogic.Device.ConfigurationIConfigurationChangeListener
- ConfigurationChangeListener listener used to be notified of a change of the configuration

Return Value

Type: Int32
int Success in case of success, otherwise a possible error code, matching one of the ConfigException error constants.
Remarks
See Also