🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

PointerEventTimeoutCancellationException

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

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

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

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

Content updated: