StreamCdnOriginalImageDimensions

@Immutable
data class StreamCdnOriginalImageDimensions(val originalWidth: Int, val originalHeight: Int)

Holds the original width and height information for images hosted by Stream CDN which declare said properties in their URL.

Parameters

originalWidth

The width of the original image.

originalHeight

The height of the original image.

Constructors

Link copied to clipboard
constructor(originalWidth: Int, originalHeight: Int)

Properties

Link copied to clipboard
Link copied to clipboard