Package apple.carplay.enums
Class CPPanDirection
- java.lang.Object
-
- apple.carplay.enums.CPPanDirection
-
public final class CPPanDirection extends java.lang.Object
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
Up
public static final long Up
- See Also:
- Constant Field Values
-
Down
public static final long Down
- See Also:
- Constant Field Values
-
-