groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.value
/
BooleanSetting
Boolean
Setting
abstract
class
BooleanSetting
:
Setting
Represents a setting that can be either enabled or disabled.
Inheritors
ReturnHomeOnDisconnectSetting
Members
Constructors
Boolean
Setting
Link copied to clipboard
constructor
(
)
Functions
__deprecated_is
Updating
Link copied to clipboard
fun
__deprecated_isUpdating
(
)
:
Boolean
is
Enabled
Link copied to clipboard
abstract
fun
isEnabled
(
)
:
Boolean
Tells whether the setting is currently enabled.
is
Updating
Link copied to clipboard
abstract
fun
isUpdating
(
)
:
Boolean
Tells whether the setting is updating.
set
Enabled
Link copied to clipboard
abstract
fun
setEnabled
(
enabled
:
Boolean
)
Sets the setting value.
toggle
Link copied to clipboard
abstract
fun
toggle
(
)
Toggles the current setting value, i.e.