Summary:
Methods
ActivityResultRegistryOwner
public
interface
ActivityResultRegistryOwner
androidx.activity.result.ActivityResultRegistryOwner |
A class that has an ActivityResultRegistry
that allows you to register a
ActivityResultCallback
for handling an
ActivityResultContract
.
If it is not safe to call
ActivityResultRegistry.register(String, ActivityResultContract, ActivityResultCallback)
in the constructor, it is strongly recommended to also implement ActivityResultCaller
.
See also:
Summary
Public methods | |
---|---|
abstract
ActivityResultRegistry
|
getActivityResultRegistry()
Returns the ActivityResultRegistry of the provider. |
Public methods
getActivityResultRegistry
public abstract ActivityResultRegistry getActivityResultRegistry ()
Returns the ActivityResultRegistry of the provider.
Returns | |
---|---|
ActivityResultRegistry |
The activity result registry of the provider. |