Added in API level 31
  
  
  
  
  
   
  
  
   
  
  
  
  
   
  
  
  
  
EapSessionConfig.EapAkaConfig
  public
  static
  
  
  class
  EapSessionConfig.EapAkaConfig
  
  
  
  
    extends EapSessionConfig.EapMethodConfig
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | android.net.eap.EapSessionConfig.EapMethodConfig | |
| ↳ | android.net.eap.EapSessionConfig.EapAkaConfig | |
EapAkaConfig represents the configs needed for an EAP AKA session.
Summary
Inherited constants | 
|---|
Public methods | |
|---|---|
        
        
        
        
        
        int
     | 
  
    
      
      getAppType()
      
      
        Retrieves the UICC app type return the type  | 
  
        
        
        
        
        
        EapSessionConfig.EapAkaOption
     | 
  
    
      
      getEapAkaOption()
      
      
        Retrieves EapAkaOption  | 
  
        
        
        
        
        
        int
     | 
  
    
      
      getSubId()
      
      
        Retrieves the subId  | 
  
Inherited methods | |
|---|---|
Public methods
getAppType
    Added in API level 31
  
      
  
    public int getAppType ()
Retrieves the UICC app type
return the type
| Returns | |
|---|---|
int | 
        Value is TelephonyManager.APPTYPE_SIM, TelephonyManager.APPTYPE_USIM, TelephonyManager.APPTYPE_RUIM, TelephonyManager.APPTYPE_CSIM, or TelephonyManager.APPTYPE_ISIM | 
      
getEapAkaOption
    Added in API level 33
  
      
  
    public EapSessionConfig.EapAkaOption getEapAkaOption ()
Retrieves EapAkaOption
| Returns | |
|---|---|
EapSessionConfig.EapAkaOption | 
        the EapAkaOption
 This value cannot be null. |