ExtraDockState Enum

Definition

Enumerates values returned by several methods of ExtraDockState.

public enum ExtraDockState
type ExtraDockState = 
Inheritance
ExtraDockState

Fields

Car 2

Used as an int value for ExtraDockStateto represent that the phone is in a car dock.

Desk 1

Used as an int value for ExtraDockStateto represent that the phone is in a desk dock.

HeDesk 4

Used as an int value for ExtraDockStateto represent that the phone is in a digital (high end) dock.

LeDesk 3

Used as an int value for ExtraDockStateto represent that the phone is in a analog (low end) dock.

Undocked 0

Used as an int value for ExtraDockStateto represent that the phone is not in any 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.

Applies to