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
Contacts Library
/
com.cloudike.sdk.contacts.recover
/
RecoverState
Recover
State
sealed
class
RecoverState
Inheritors
NotActive
Preparation
Processing
Succeeded
Failed
Members
Types
Failed
Link copied to clipboard
data
class
Failed
(
val
throwable
:
Throwable
)
:
RecoverState
Not
Active
Link copied to clipboard
data
object
NotActive
:
RecoverState
Preparation
Link copied to clipboard
data
object
Preparation
:
RecoverState
Processing
Link copied to clipboard
data
class
Processing
(
val
step
:
RecoverStep
,
val
progress
:
Float
)
:
RecoverState
Succeeded
Link copied to clipboard
data
object
Succeeded
:
RecoverState