groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.device.peripheral.storage
/
UserStorage
/
FormattingState
Formatting
State
interface
FormattingState
Progress state of the formatting process.
Members
Types
Step
Link copied to clipboard
enum
Step
Formatting step.
Functions
progress
Link copied to clipboard
@
IntRange
(
from
=
0
,
to
=
100
)
abstract
fun
progress
(
)
:
Int
Retrieves the formatting progress of the current step, in percent.
step
Link copied to clipboard
@
NonNull
abstract
fun
step
(
)
:
UserStorage.FormattingState.Step
Retrieves the current formatting step.