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.ink
/
RawInkSessionState
/
Failed
Failed
data
class
Failed
(
val
failure
:
OnyxFailure
)
:
RawInkSessionState
(
source
)
The session terminated unsuccessfully.
Members
Constructors
Failed
Link copied to clipboard
constructor
(
failure
:
OnyxFailure
)
Properties
failure
Link copied to clipboard
val
failure
:
OnyxFailure
Typed cause of termination.