TakePictureActivityContract

Contract for taking picture.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: Uri): Intent

Create an intent for taking picture.

Link copied to clipboard

Get the synchronous result.

Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): Pair<Boolean, Uri>

Parse the result.