ApnConfigurationSetting

APN configuration setting.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getUrl(): String
The APN URL.
Link copied to clipboard
abstract fun getUsername(): String
The APN username.
Link copied to clipboard
abstract fun isManual(): Boolean
Whether the APN is in manual mode.
Link copied to clipboard
abstract fun isUpdating(): Boolean

Tells whether the setting is updating.

Link copied to clipboard
abstract fun setToAuto()
Sets the APN configuration to automatic.
Link copied to clipboard
abstract fun setToManual(@NonNull url: String, @NonNull username: String, @NonNull password: String)
Sets the APN configuration to manual.