package

androidx.activity.result

Interfaces

ActivityResultCallback<O>A type-safe callback to be called when an is available.
ActivityResultCallerA class that can call -style APIs without having to manage request codes, and converting request/response to an
ActivityResultRegistryOwnerA class that has an ActivityResultRegistry that allows you to register a ActivityResultCallback for handling an ActivityResultContract.

Classes

ActivityResultA container for an activity result as obtained from
ActivityResultLauncher<I>A launcher for a previously-prepared call to start the process of executing an ActivityResultContract.
ActivityResultRegistryA registry that stores activity result callbacks for registered calls.
IntentSenderRequestA request for a ActivityResultContracts.StartIntentSenderForResult Activity Contract.
IntentSenderRequest.BuilderA builder for constructing IntentSenderRequest instances.