Stay organized with collections
Save and categorize content based on your preferences.
AccessNetworkType
class AccessNetworkType
Summary
Constants
CDMA2000
static val CDMA2000: Int
Value: 4
EUTRAN
static val EUTRAN: Int
Value: 3
GERAN
static val GERAN: Int
Value: 1
IWLAN
static val IWLAN: Int
Value: 5
NGRAN
static val NGRAN: Int
Value: 6
UNKNOWN
static val UNKNOWN: Int
Value: 0
UTRAN
static val UTRAN: Int
Value: 2
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# AccessNetworkConstants.AccessNetworkType\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nAccessNetworkType\n=================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/telephony/AccessNetworkConstants.AccessNetworkType \"View this page in Java\") \n\n```\nclass AccessNetworkType\n```\n\n|---|-----------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.telephony.AccessNetworkConstants.AccessNetworkType](#) |\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-----------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [CDMA2000](#CDMA2000:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [EUTRAN](#EUTRAN:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [GERAN](#GERAN:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [IWLAN](#IWLAN:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NGRAN](#NGRAN:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UNKNOWN](#UNKNOWN:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UTRAN](#UTRAN:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### CDMA2000\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CDMA2000: Int\n``` \n\n Value: 4\n\n### EUTRAN\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val EUTRAN: Int\n``` \n\n Value: 3\n\n### GERAN\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val GERAN: Int\n``` \n\n Value: 1\n\n### IWLAN\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val IWLAN: Int\n``` \n\n Value: 5\n\n### NGRAN\n\nAdded in [API level 30](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NGRAN: Int\n``` \n\n Value: 6\n\n### UNKNOWN\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val UNKNOWN: Int\n``` \n\n Value: 0\n\n### UTRAN\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val UTRAN: Int\n``` \n\n Value: 2"]]