Click or drag to resize

SuspendTimeout Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.PowerSuspendTimeout

Namespace:  Com.Datalogic.Device.Power
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class SuspendTimeout : Enum

The SuspendTimeout type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberMinutes1
One minute
Public propertyStatic memberMinutes10
Ten minutes
Public propertyStatic memberMinutes15
Fifteen minutes
Public propertyStatic memberMinutes2
Two minutes
Public propertyStatic memberMinutes20
Twenty minutes
Public propertyStatic memberMinutes3
Three minutes
Public propertyStatic memberMinutes30
Thirty minutes
Public propertyStatic memberMinutes4
Four minutes
Public propertyStatic memberMinutes5
Five minutes
Public propertyStatic memberNever
Endless timeout, screen will not turn off
Public propertyStatic memberSeconds15
Fifteen seconds
Public propertyStatic memberSeconds30
Thirty seconds
Top
Methods
  NameDescription
Public methodStatic memberFromSeconds
Converts an amount of seconds to the right SuspendTimeout value, if available.
Public methodToSeconds
Converts the SuspendTimeout to the corresponding number of seconds.
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
The SuspendTimeout enumeration defines different available display sleep timeouts.

[Android Documentation]

See Also