CarAppApiLevels
public final class CarAppApiLevels
API levels supported by this library.
Each level denotes a set of elements (classes, fields and methods) known to both clients and hosts.
Summary
Constants |
|
|---|---|
static final int |
LEVEL_1 = 1Initial API level. |
static final int |
LEVEL_2 = 2API level 2. |
static final int |
LEVEL_3 = 3API level 3. |
static final int |
LEVEL_4 = 4API level 4. |
static final int |
LEVEL_5 = 5API level 5. |
static final int |
LEVEL_6 = 6API level 6. |
static final int |
LEVEL_7 = 7API level 7. |
static final int |
LEVEL_8 = 8API level 8. |
Public methods |
|
|---|---|
static int |
Returns the highest API level implemented by this library. |
static int |
Returns the lowest API level implemented by this library. |
Constants
LEVEL_1
public static final int LEVEL_1 = 1
Initial API level.
Includes core API services and managers, and templates for parking, charging, and navigation apps.
LEVEL_2
public static final int LEVEL_2 = 2
API level 2.
Includes features such as sign-in template, long-message template, and multi-variant text support.
LEVEL_3
public static final int LEVEL_3 = 3
API level 3.
Includes a car hardware manager for access to sensors and other vehicle properties.
LEVEL_4
public static final int LEVEL_4 = 4
API level 4.
Includes AAOS support and other features such as QR code sign-in, show current location in place-list-map template, contrast check capability.
LEVEL_5
public static final int LEVEL_5 = 5
API level 5.
Includes features such as voice access, alerters, map-pane template details view, responsive-turn-cards, tap on map, list within the navigation template for non-places content, map interactivity (zoom and pan) on POIs and route preview, content refresh on POIs (with speedbump).