Selected

data class Selected(val base64: String) : ImageToImagePickResult(source)

Carries Selected data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

base64

Base64 image payload used by the operation.

Constructors

Link copied to clipboard
constructor(base64: String)

Properties

Link copied to clipboard