Source set: Common
class GestureCancellationException(message: String? = null) : CancellationException(message)
A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.
A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
class GestureCancellationException(message: String? = null) : CancellationException(message)
A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.
Last updated: