package

androidx.health.platform.client.impl.ipc

Overview

A temporary fork of wear-ipc code source. Migrate to reuse the library once it is published.

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.