Coroutine Client
Coroutine-first view of an existing Client.
Each operation has the same request model, validation, retry policy, response model, and SdkError types as its blocking counterpart. Cancellation is propagated to transports that implement CancellableVmodalTransport. Legacy transports run on fallbackDispatcher; their result is not delivered after cancellation, although arbitrary blocking code may not stop immediately. This facade owns no coroutine scope or Android lifecycle object.
Properties
Suspending administrative reporting operations.
Suspending authentication and availability operations.
Suspending collection and upload operations.
Suspending image URL and bounded-byte operations.
Suspending index lifecycle operations.
Suspending object-storage signing operations.
Suspending typed multimodal search operations.
Functions
Suspending counterpart of Client.authCheck.
Suspending counterpart of Client.health.