Click or drag to resize

PropertyID.DualsimAvailable Field

This parameter reports the availability of SIM card 1 and SIM card 2.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 DualsimAvailable = "value"

Field Value

Type: Int32
Remarks
This parameter reports the availability of SIM card 1 and SIM card 2. The value is calculated by the device according to the availability of the SIM cards, so this property cannot be set.

The class of the property is EnumProperty. The allowed values are defined by enum DualSimStatus.

[Android Documentation]

See Also