Onyx Android SDK Kotlin API
Toggle table of contents
0.0.2
release
Target filter
release
Switch theme
Search in API
Skip to content
Onyx Android SDK Kotlin API
onyxsdk-ktx
/
com.onyx.android.sdk.ktx.model
/
ActiveStrokePolicy
/
WaitForPenUp
Wait
For
Pen
Up
data
class
WaitForPenUp
(
val
timeout
:
Duration
=
2.seconds
)
:
ActiveStrokePolicy
(
source
)
Wait for the active stroke to end.
Members
Constructors
Wait
For
Pen
Up
Link copied to clipboard
constructor
(
timeout
:
Duration
=
2.seconds
)
Properties
timeout
Link copied to clipboard
val
timeout
:
Duration
Maximum duration to wait for pen-up.