androidx.activity.result.contract
Classes
ActivityResultContract |
A contract specifying that an activity can be called with an input of type I and produce an output of type O Makes calling an activity for result type-safe. |
ActivityResultContracts |
A collection of some standard activity call contracts, as provided by android. |