toggle menu
stripe-android
androidJvm
switch theme
search in API
camera-core
/
com.stripe.android.camera.framework
/
TaskStats
Task
Stats
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
TaskStats
(
val
started
:
ComparableTimeMark
,
val
duration
:
Duration
,
val
result
:
String
?
)
Members
Constructors
Task
Stats
Link copied to clipboard
constructor
(
started
:
ComparableTimeMark
,
duration
:
Duration
,
result
:
String
?
)
Properties
duration
Link copied to clipboard
val
duration
:
Duration
result
Link copied to clipboard
val
result
:
String
?
started
Link copied to clipboard
val
started
:
ComparableTimeMark