getSplashscreen

suspend fun getSplashscreen(tag: String? = null, format: <Error class: unknown class>? = null, maxWidth: Int? = null, maxHeight: Int? = null, width: Int? = null, height: Int? = null, fillWidth: Int? = null, fillHeight: Int? = null, blur: Int? = null, backgroundColor: String? = null, foregroundLayer: String? = null, quality: Int? = 90): Response<<Error class: unknown class>>

Generates or gets the splashscreen.

Parameters

tag

Supply the cache tag from the item object to receive strong caching headers.

format

Determines the output format of the image - original,gif,jpg,png.

maxWidth

The maximum image width to return.

maxHeight

The maximum image height to return.

width

The fixed image width to return.

height

The fixed image height to return.

fillWidth

Width of box to fill.

fillHeight

Height of box to fill.

blur

Blur image.

backgroundColor

Apply a background color for transparent images.

foregroundLayer

Apply a foreground layer on top of the image.

quality

Quality setting, from 0-100.


suspend fun getSplashscreen(request: <Error class: unknown class> = GetSplashscreenRequest()): Response<<Error class: unknown class>>

Generates or gets the splashscreen.

Parameters

request

The request parameters