# Print output for @column tags ?> EapSessionConfig.EapAkaPrimeConfig - Android SDK | Android Developers

Most visited

Recently visited

EapSessionConfig.EapAkaPrimeConfig

public static class EapSessionConfig.EapAkaPrimeConfig
extends EapSessionConfig.EapAkaConfig

java.lang.Object
   ↳ android.net.eap.EapSessionConfig.EapMethodConfig
     ↳ android.net.eap.EapSessionConfig.EapAkaConfig
       ↳ android.net.eap.EapSessionConfig.EapAkaPrimeConfig


EapAkaPrimeConfig represents the configs needed for an EAP-AKA' session.

Summary

Inherited constants

Public methods

boolean allowsMismatchedNetworkNames()

Checks if mismatched network names are allowed

String getNetworkName()

Retrieves the UICC app type

Inherited methods

Public methods

allowsMismatchedNetworkNames

public boolean allowsMismatchedNetworkNames ()

Checks if mismatched network names are allowed

Returns
boolean whether network name mismatches are allowed

getNetworkName

public String getNetworkName ()

Retrieves the UICC app type

Returns
String the UiccAppType constant This value cannot be null.