On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

AuthTokenContext.ServiceType

Stay organized with collections Save and categorize content based on your preferences.
public static abstract @interface AuthTokenContext.ServiceType implements Annotation

The type of service.

Constant Summary

int TASK Service that handles all task related actions.
int UNSPECIFIED Default, the service type is not known.
int VEHICLE Service that handles all vehicle related actions

Inherited Method Summary

Constants

public static final int TASK

Service that handles all task related actions.

Constant Value: 2

public static final int UNSPECIFIED

Default, the service type is not known.

Constant Value: 0

public static final int VEHICLE

Service that handles all vehicle related actions

Constant Value: 1