groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.value
/
StringSetting
String
Setting
abstract
class
StringSetting
:
Setting
Represents a setting with a string value.
Members
Constructors
String
Setting
Link copied to clipboard
constructor
(
)
Functions
__deprecated_is
Updating
Link copied to clipboard
fun
__deprecated_isUpdating
(
)
:
Boolean
get
Value
Link copied to clipboard
@
NonNull
abstract
fun
getValue
(
)
:
String
Gets the current value.
is
Updating
Link copied to clipboard
abstract
fun
isUpdating
(
)
:
Boolean
Tells whether the setting is updating.
set
Value
Link copied to clipboard
abstract
fun
setValue
(
@
NonNull
value
:
String
)
Sets the current setting value.