S3Uri

data class S3Uri(val value: String) : ImageSource

The Amazon S3 URI that points to the source image.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ImageSource as a PublicUrl and retrieves its kotlin.String value. Throws an exception if the ImageSource is not a PublicUrl.

Link copied to clipboard

Casts this ImageSource as a PublicUrl and retrieves its kotlin.String value. Returns null if the ImageSource is not a PublicUrl.

Link copied to clipboard

Casts this ImageSource as a S3Uri and retrieves its kotlin.String value. Throws an exception if the ImageSource is not a S3Uri.

Link copied to clipboard

Casts this ImageSource as a S3Uri and retrieves its kotlin.String value. Returns null if the ImageSource is not a S3Uri.