EapSessionConfig.Builder.SetEapAkaConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetEapAkaConfig(Int32, Int32) | |
SetEapAkaConfig(Int32, Int32, EapSessionConfig+EapAkaOption) |
SetEapAkaConfig(Int32, Int32)
[Android.Runtime.Register("setEapAkaConfig", "(II)Landroid/net/eap/EapSessionConfig$Builder;", "", ApiSince=31)]
public Android.Net.Eap.EapSessionConfig.Builder SetEapAkaConfig (int subId, int apptype);
[<Android.Runtime.Register("setEapAkaConfig", "(II)Landroid/net/eap/EapSessionConfig$Builder;", "", ApiSince=31)>]
member this.SetEapAkaConfig : int * int -> Android.Net.Eap.EapSessionConfig.Builder
Parameters
- subId
- Int32
- apptype
- Int32
Returns
- Attributes
Applies to
SetEapAkaConfig(Int32, Int32, EapSessionConfig+EapAkaOption)
[Android.Runtime.Register("setEapAkaConfig", "(IILandroid/net/eap/EapSessionConfig$EapAkaOption;)Landroid/net/eap/EapSessionConfig$Builder;", "", ApiSince=33)]
public Android.Net.Eap.EapSessionConfig.Builder SetEapAkaConfig (int subId, int apptype, Android.Net.Eap.EapSessionConfig.EapAkaOption options);
[<Android.Runtime.Register("setEapAkaConfig", "(IILandroid/net/eap/EapSessionConfig$EapAkaOption;)Landroid/net/eap/EapSessionConfig$Builder;", "", ApiSince=33)>]
member this.SetEapAkaConfig : int * int * Android.Net.Eap.EapSessionConfig.EapAkaOption -> Android.Net.Eap.EapSessionConfig.Builder
Parameters
- subId
- Int32
- apptype
- Int32
- options
- EapSessionConfig.EapAkaOption
Returns
- Attributes