Selected

data class Selected(val image: UIImage) : IosImagePickOutcome(source)

Carries Selected data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

image

image value consumed by the API.

Constructors

Link copied to clipboard
constructor(image: UIImage)

Properties

Link copied to clipboard
val image: UIImage