SdkCapability enum Settings
Enumerates the possible capabilities included in this SDK build.
Use these flags to query which features are present in the binary.
Values
- searchOffline → const SdkCapability
-
Capability for offline functionality.
- search → const SdkCapability
-
Capability for search functionality.
-
Capability for social functionality (ex: social reports).
- adas → const SdkCapability
-
Capability for Advanced Driver Assistance Systems (ADAS).
Not available, in development.
- mapping → const SdkCapability
-
Capability for mapping functionality.
-
Capability for navigation functionality.
- content → const SdkCapability
-
Capability for content-related functionality.
- vrp → const SdkCapability
-
Capability for vehicle routing and planning (VRP).
Not available, in development
- weather → const SdkCapability
-
Capability for weather-related functionality.
- dashcam → const SdkCapability
-
Capability for dashcam-related functionality. Includes the Driver Behaviour feature
- sense → const SdkCapability
-
Capability for sensor-related functionality.
- places → const SdkCapability
-
Capability for places-related functionality.
- timezone → const SdkCapability
-
Capability for timezone-related functionality.
- sound → const SdkCapability
-
Capability for sound-related functionality.
- projection → const SdkCapability
-
Capability for projection-related functionality.
- flutter → const SdkCapability
-
Capability for Flutter-related functionality.
- images → const SdkCapability
-
Capability for image-related functionality.
- ridesharing → const SdkCapability
-
Capability for ridesharing-related functionality.
Not available, in development
- delivery → const SdkCapability
-
Capability for delivery-related functionality.
Not available, in development
- acquisition → const SdkCapability
-
Capability for data acquisition functionality
- geofence → const SdkCapability
-
Capability for online geofence functionality
Not available, in development.
See the AlarmService class of offline geofence functionality.
- activation → const SdkCapability
-
Capability for activation-related functionality.
If present, the SDK supports manual activation of the product using the ActivationService class. Otherwise, the SDK will be activated automatically with the provided app authentication token and the ActivationService class will not be available. The GateKeeperService class can be used to check the activation status of the SDK in this case.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SdkCapability> - A constant List of the values in this enum, in order of their declaration.