Interface | Description |
---|---|
ServiceConnector.Callback<T> |
Responds to the results of a call to a
ServiceConnector method. |
ServiceConnector.OnServiceConnectedListener | |
ServiceConnector.ServiceCallable<S,T> | |
ServiceConnector.ServiceRunnable<S> | |
Validator |
Class | Description |
---|---|
CallConnector |
Base class for implementing call-based connectors.
|
Intents |
This class contains most of the Clover-specific intents available to developer apps.
|
Intents.PAYMENT_TOKEN_TYPE | |
ResultStatus |
Possible statuses results from calling Clover services.
|
ServiceCallback<T> | |
ServiceConnector<S extends IInterface> |
Base class for implementing service connectors.
|
Enum | Description |
---|---|
Intents.RemoteViewSize |
Values passed with
Intents.EXTRA_REMOTE_VIEW_SIZE |
Exception | Description |
---|---|
BindingException |
Thrown from service connector methods when binding to the underlying service fails.
|
ClientException |
Thrown by service connector methods when an error occurs because of incorrect
usage by the client (for example, passing invalid / incorrect arguments).
|
ForbiddenException |
Thrown by service connector methods to indicate that the caller is not authorized
to perform the operation.
|
ResultStatusException |
An exception that wraps a
ResultStatus . |
ServiceException |
Thrown by service connector methods when an error occurs because of problems in
the service.
|