class LTEAuthenticationInfo
@Keep class LTEAuthenticationInfo
Package: dji.v5.manager.aircraft.lte
Description:
LTE authentication information. Including whether authenticated, the authenticated mobile phone number, the last authentication time and the remaining time of authentication.
Supported since MSDK 5.2.0
Class Members:
method isLTEAuthenticationAvailable
boolean isLTEAuthenticationAvailable ()
Package: dji.v5.manager.aircraft.lte
Description:
Gets whether the LTE authentication function is available.
Return:
boolean true
indicates that the LTE authentication feature is available.
method isLTEAuthenticated
boolean isLTEAuthenticated ()
Package: dji.v5.manager.aircraft.lte
Description:
Gets whether the drone is LTE authenticated.
Return:
boolean true
means the drone is LTE authenticated.
method getLTEAuthenticatedPhoneAreaCode
String getLTEAuthenticatedPhoneAreaCode ()
Package: dji.v5.manager.aircraft.lte
Description:
Gets the area code of the mobile phone number for this drone's LTE authentication.
Return:
String Returns the area code of the mobile phone number for this drone's LTE authentication.
method getLTEAuthenticatedPhoneNumber
String getLTEAuthenticatedPhoneNumber ()
Package: dji.v5.manager.aircraft.lte
Description:
Gets the mobile phone number for LTE authentication of this drone.
Return:
String Returns the mobile phone number for LTE authentication of this drone.
method getLTELastAuthenticatedTime
long getLTELastAuthenticatedTime ()
Package: dji.v5.manager.aircraft.lte
Description:
Gets the UTC timestamp of the last LTE authentication for this drone.
Return:
long Returns the UTC timestamp of the last LTE authentication for this drone.
method getLTEAuthenticatedRemainingTime
long getLTEAuthenticatedRemainingTime ()
Package: dji.v5.manager.aircraft.lte
Description:
Get the remaining UTC timestamp of this drone's LTE authentication. LTE authentication is valid for 30 days by default.
Return:
long Returns the remaining UTC timestamp of this drone's LTE authentication.