Click or drag to resize

DualSimStatus Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationDualSimStatus

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 sealed class DualSimStatus : Enum

The DualSimStatus type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBoth
Both SIM Card 1 and SIM Card 2 available
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNone
No SIM Card available
Public propertyStatic memberSim1
Only SIM Card 1 available
Public propertyStatic memberSim2
Only SIM Card 2 available
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enum DualSimStatus defines the Dual SIM settings for SIM Cards availability. These are the allowed values for the property DualsimAvailable.

[Android Documentation]

See Also