PAGState

@Stable
actual open class PAGState : PlatformView<PlatformPAGView> , Releasable<PlatformPAGView>
@Stable
expect open class PAGState
@Stable
actual open class PAGState
@Stable
actual open class PAGState : PlatformView<PlatformPAGView> , Releasable<PlatformPAGView>

Constructors

Link copied to clipboard
constructor()
expect constructor()
constructor()
constructor()
constructor()

Properties

Link copied to clipboard
val host: PlatformPAGView?
val host: PlatformPAGView?
Link copied to clipboard
actual var progress: Double
expect var progress: Double
actual var progress: Double
actual var progress: Double
actual var progress: Double

Functions

Link copied to clipboard
actual fun flush()
expect fun flush()
actual fun flush()
actual fun flush()
actual fun flush()
Link copied to clipboard
actual fun freeCache()
expect fun freeCache()
actual fun freeCache()
actual fun freeCache()
actual fun freeCache()
Link copied to clipboard
fun host(block: (PlatformPAGView) -> Unit): Unit?
fun host(block: (PlatformPAGView) -> Unit): Unit?
fun host(block: (HTMLCanvasElement) -> Unit): Unit?
Link copied to clipboard
@Composable
override fun HostView(modifier: Modifier)
@Composable
open override fun HostView(modifier: Modifier)
@Composable
open override fun HostView(modifier: Modifier)
Link copied to clipboard
actual fun makeSnapshot(): ImageBitmap?
expect fun makeSnapshot(): ImageBitmap?
actual fun makeSnapshot(): ImageBitmap?
actual fun makeSnapshot(): ImageBitmap?
actual fun makeSnapshot(): ImageBitmap?
Link copied to clipboard
@Composable
fun Monitor(key1: Any?, block: suspend CoroutineScope.(PlatformPAGView) -> Unit)
@Composable
fun Monitor(vararg keys: Any?, block: suspend CoroutineScope.(PlatformPAGView) -> Unit)
@Composable
fun Monitor(key1: Any?, key2: Any?, block: suspend CoroutineScope.(PlatformPAGView) -> Unit)
@Composable
fun Monitor(key1: Any?, block: suspend CoroutineScope.(PlatformPAGView) -> Unit)
@Composable
fun Monitor(vararg keys: Any?, block: suspend CoroutineScope.(PlatformPAGView) -> Unit)
@Composable
fun Monitor(key1: Any?, key2: Any?, block: suspend CoroutineScope.(PlatformPAGView) -> Unit)
@Composable
fun Monitor(key1: Any?, block: suspend CoroutineScope.(HTMLCanvasElement) -> Unit)
@Composable
fun Monitor(vararg keys: Any?, block: suspend CoroutineScope.(HTMLCanvasElement) -> Unit)
@Composable
fun Monitor(key1: Any?, key2: Any?, block: suspend CoroutineScope.(HTMLCanvasElement) -> Unit)
Link copied to clipboard
actual open fun onAnimationCancel()
expect open fun onAnimationCancel()
actual open fun onAnimationCancel()
actual open fun onAnimationCancel()
actual open fun onAnimationCancel()
Link copied to clipboard
actual open fun onAnimationEnd()
expect open fun onAnimationEnd()
actual open fun onAnimationEnd()
actual open fun onAnimationEnd()
actual open fun onAnimationEnd()
Link copied to clipboard
actual open fun onAnimationRepeat()
expect open fun onAnimationRepeat()
actual open fun onAnimationRepeat()
actual open fun onAnimationRepeat()
actual open fun onAnimationRepeat()
Link copied to clipboard
actual open fun onAnimationStart()
expect open fun onAnimationStart()
actual open fun onAnimationStart()
actual open fun onAnimationStart()
actual open fun onAnimationStart()
Link copied to clipboard
open override fun release(view: PlatformPAGView)
open override fun release(view: PlatformPAGView)
open override fun release(view: HTMLCanvasElement)