Edit Product Contract
open class EditProductContract : ActivityResultContract<Product, Boolean>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open fun getSynchronousResult(context: Context, input: Product): ActivityResultContract.SynchronousResult<Boolean>?
Content copied to clipboard
Link copied to clipboard