GestureCancellationException
Kotlin
|Java
class GestureCancellationException : CancellationException
androidx.compose.foundation.gestures.GestureCancellationException |
A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.
Summary
Public constructors | |
---|---|
A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream. |
Public constructors
<init>
GestureCancellationException(message: String? = null)
A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.