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
/
Suspended
Suspended
data
class
Suspended
(
val
surfaceGeneration
:
Long
,
val
reason
:
SuspensionReason
)
:
RawInkSessionState
(
source
)
The session is paused.
Members
Constructors
Suspended
Link copied to clipboard
constructor
(
surfaceGeneration
:
Long
,
reason
:
SuspensionReason
)
Properties
reason
Link copied to clipboard
val
reason
:
SuspensionReason
Cause of the suspension.
surface
Generation
Link copied to clipboard
val
surfaceGeneration
:
Long
Most recently observed rendering-surface generation.