stripe-android
camera-core
/
com.stripe.android.camera.framework
/
TaskStats
Task
Stats
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
TaskStats
(
started
:
ClockMark
,
duration
:
Duration
,
result
:
String
?
)
Content copied to clipboard
Properties
Properties
duration
Link copied to clipboard
val
duration
:
Duration
Content copied to clipboard
result
Link copied to clipboard
val
result
:
String
?
Content copied to clipboard
started
Link copied to clipboard
val
started
:
ClockMark
Content copied to clipboard