package

androidx.health.services.client.impl.ipc

Interfaces

Client.ServiceGetter<S>Interface for obtaining the service instance from the binder.
RemoteFutureOperation<S, R>General operation that will be executed against given remote service.
RemoteOperation<S, R>General operation that will be executed against given remote service.
ServiceOperation<R>General operation that will be executed against given service.

Classes

Client<S>Client for establishing connection to a cross process service.
ClientConfigurationAn interface that provides basic information about the IPC service.