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.render
/
InkRenderer
/
append
append
fun
append
(
points
:
List
<
InkPoint
>
,
prediction
:
InkPoint
?
=
null
)
:
Result
<
RenderFrame
>
(
source
)
Appends ordered
points
, optionally including a speculative
prediction
.