AuthTokenContext.ServiceType

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