Click or drag to resize

IConfigurationChangeListener Interface

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 interface IConfigurationChangeListener : IJavaObject, 
	IDisposable, IJavaPeerable

The IConfigurationChangeListener type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnConfigurationChanged
onConfigurationChanged will be called to notify changes of the configuration.
Top
Remarks
This interface is used by the application to listen to configuration changes.

[Android Documentation]

See Also