groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.device.peripheral
/
Cellular
/
ApnConfigurationSetting
Apn
Configuration
Setting
abstract
class
ApnConfigurationSetting
:
Setting
APN configuration setting.
Members
Constructors
Apn
Configuration
Setting
Link copied to clipboard
constructor
(
)
Functions
__deprecated_is
Updating
Link copied to clipboard
fun
__deprecated_isUpdating
(
)
:
Boolean
get
Url
Link copied to clipboard
@
NonNull
abstract
fun
getUrl
(
)
:
String
The APN URL.
get
Username
Link copied to clipboard
@
NonNull
abstract
fun
getUsername
(
)
:
String
The APN username.
is
Manual
Link copied to clipboard
abstract
fun
isManual
(
)
:
Boolean
Whether the APN is in manual mode.
is
Updating
Link copied to clipboard
abstract
fun
isUpdating
(
)
:
Boolean
Tells whether the setting is updating.
set
To
Auto
Link copied to clipboard
abstract
fun
setToAuto
(
)
Sets the APN configuration to automatic.
set
To
Manual
Link copied to clipboard
abstract
fun
setToManual
(
@
NonNull
url
:
String
,
@
NonNull
username
:
String
,
@
NonNull
password
:
String
)
Sets the APN configuration to manual.