matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.listeners
/
StepProgressListener
/
Step
/
ComputingKey
Computing
Key
data
class
ComputingKey
(
val
progress
:
Int
,
val
total
:
Int
)
:
StepProgressListener.Step
Members
Constructors
Computing
Key
Link copied to clipboard
constructor
(
progress
:
Int
,
total
:
Int
)
Properties
progress
Link copied to clipboard
val
progress
:
Int
total
Link copied to clipboard
val
total
:
Int