public static class AuthOptions.Companion
Modifier and Type | Method and Description |
---|---|
AuthOptions |
Create()
Deprecated.
|
AuthOptions |
create()
Creates an empty
class AuthOptions instance. |
java.lang.String |
getMobileCountryCode()
Retrieves the Mobile Country Code (MCC)
associated to the SIM card activated on the phone.
|
java.lang.String |
getMobileNetworkCode()
Retrieves the Mobile Network Code (MNC)
associated to the SIM card activated on the phone.
|
@JvmStatic @Deprecated @NotNull public AuthOptions Create()
@JvmStatic @NotNull public AuthOptions create()
Creates an empty class AuthOptions
instance.
class AuthOptions
instanceclass AuthOptions
@JvmStatic @NotNull public java.lang.String getMobileCountryCode()
Retrieves the Mobile Country Code (MCC) associated to the SIM card activated on the phone.
@JvmStatic @NotNull public java.lang.String getMobileNetworkCode()
Retrieves the Mobile Network Code (MNC) associated to the SIM card activated on the phone.