KeyboardManagerMappedIntents Property |
Provides a IDictionary containing all the stored and active Android Intent mappings.
Namespace:
Com.Datalogic.Device.Input
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual IDictionary<VScanEntry, Intent> MappedIntents { get; }
Public Overridable ReadOnly Property MappedIntents As IDictionary(Of VScanEntry, Intent)
Get
Property Value
Type:
IDictionaryVScanEntry,
IntentRemarks See Also