Class

PointerEventTimeoutCancellationException

An exception thrown from AwaitPointerEventScope.withTimeout when the execution time of the coroutine is too long.

Source set: Common
expect class PointerEventTimeoutCancellationException(time: Long) : CancellationException

An exception thrown from AwaitPointerEventScope.withTimeout when the execution time of the coroutine is too long.

Source set: JvmAndAndroid
actual class PointerEventTimeoutCancellationException actual constructor(time: Long) :
    CancellationException("Timed out waiting for $time ms")

Last updated: