Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Document Wallet Library
/
com.cloudike.sdk.documentwallet.document
/
DocumentTasksSummary
Document
Tasks
Summary
data
class
DocumentTasksSummary
(
val
completedCount
:
Int
,
val
failedCount
:
Int
,
val
exceptions
:
List
<
Throwable
>
)
Members
Constructors
Document
Tasks
Summary
Link copied to clipboard
constructor
(
completedCount
:
Int
,
failedCount
:
Int
,
exceptions
:
List
<
Throwable
>
)
Properties
completed
Count
Link copied to clipboard
val
completedCount
:
Int
exceptions
Link copied to clipboard
val
exceptions
:
List
<
Throwable
>
failed
Count
Link copied to clipboard
val
failedCount
:
Int