IntentWedge.ExcludeEmptyValues Property
Click or drag to resize

IntentWedgeExcludeEmptyValues Property

excludeEmptyValues is set to true to exclude the empty strings in the intent wedge fields.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.BooleanProperty ExcludeEmptyValues { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.BooleanProperty
No description available.

Remarks
excludeEmptyValues is set to true to exclude the empty strings in the intent wedge fields. This considers all extras' names and the category, while the action is always included in the intent. The default value is false.

[Android Documentation]

See Also