Page Summary
-
DriverApiserves as the base entry point for interacting with the Driver SDK. -
It offers a method,
setAbnormalTerminationReportingEnabled, to control the reporting of SDK crashes for stability improvements. -
The
RidesharingDriverApiis a subclass providing specific functionality for ridesharing applications. -
While a
FleetEngineConfiginterface exists, it is deprecated and should not be used. -
Developers can use
setPhenotypeContextfor context-specific configurations, but this method is protected and has limited access.
| Known Direct Subclasses |
Base class for entry point into the DriverApi.
Nested Class Summary
| interface | DriverApi.FleetEngineConfig | This interface is deprecated. legacy hook | |
Public Method Summary
| static void |
setAbnormalTerminationReportingEnabled(boolean enabled)
Enables/disables reporting abnormal SDK terminations such as the app crashes
while the SDK is still running.
|
Inherited Method Summary
Public Methods
public static void setAbnormalTerminationReportingEnabled (boolean enabled)
Enables/disables reporting abnormal SDK terminations such as the app crashes while the SDK is still running.
This allows Google to improve SDK stability when applicable.
Note: The default is true the value must be updated before any SDK
usage to have effect.
Parameters
| enabled | whether abnormal SDK terminations should be reported. |
|---|