ApnInfo

data class ApnInfo(apnAlias: String, apnName: String, apnUser: String, apnPassword: String, authType: ApnAuthType)

This class represents the APN (Access Point Name) information

Constructors

Link copied to clipboard
fun ApnInfo(apnAlias: String, apnName: String, apnUser: String, apnPassword: String, authType: ApnAuthType)

Properties

Link copied to clipboard
val apnAlias: String

Corresponds the APN alias name present in the system

Link copied to clipboard
val apnName: String

Corresponds the APN name

Link copied to clipboard
val apnPassword: String

Corresponds the APN password

Link copied to clipboard
val apnUser: String

Corresponds the APN user

Link copied to clipboard
val authType: ApnAuthType

Corresponds the APN authentication method