Luscii Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Luscii Android SDK
Luscii Android SDK
/
com.luscii.sdk.actions
/
ActionFlowResult
/
Completed
Completed
data
class
Completed
(
val
actionId
:
UUID
)
:
ActionFlowResult
The action flow has completed successfully.
Members
Constructors
Completed
Link copied to clipboard
constructor
(
actionId
:
UUID
)
Properties
action
Id
Link copied to clipboard
open
override
val
actionId
:
UUID
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)