PreviewScreenshotParams


class PreviewScreenshotParams


Parameters for an optional final screenshot taken by EditorSession upon exit and reported via EditorState.

use Watch Face Format instead

Summary

Public constructors

PreviewScreenshotParams(
    renderParameters: RenderParameters,
    instant: Instant
)

This function is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

Public functions

open operator Boolean
equals(other: Any?)

This function is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

open Int

This function is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

Public properties

Instant

This property is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

RenderParameters

This property is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

Public constructors

PreviewScreenshotParams

Added in 1.0.0
Deprecated in 1.3.0-alpha06
PreviewScreenshotParams(
    renderParameters: RenderParameters,
    instant: Instant
)
Parameters
renderParameters: RenderParameters

The RenderParameters to use when rendering the screen shot

instant: Instant

The Instant to render with.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

instant

Added in 1.0.0
Deprecated in 1.3.0-alpha06
val instantInstant

The Instant to render with.

renderParameters

Added in 1.0.0
Deprecated in 1.3.0-alpha06
val renderParametersRenderParameters

The RenderParameters to use when rendering the screen shot