ShareResult

data class ShareResult(val base64: String) : ImageToImageIntent(source)

Carries ShareResult 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