ExtraDockState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several methods of ExtraDockState.
public enum ExtraDockState
type ExtraDockState =
- Inheritance
-
ExtraDockState
Fields
Name | Value | Description |
---|---|---|
Undocked | 0 | Used as an int value for ExtraDockStateto represent that the phone is not in any dock. |
Desk | 1 | Used as an int value for ExtraDockStateto represent that the phone is in a desk dock. |
Car | 2 | Used as an int value for ExtraDockStateto represent that the phone is in a car dock. |
LeDesk | 3 | Used as an int value for ExtraDockStateto represent that the phone is in a analog (low end) dock. |
HeDesk | 4 | Used as an int value for ExtraDockStateto represent that the phone is in a digital (high end) dock. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.