Companion

object Companion

Functions

Create
Link copied to clipboard
fun create(): OAuth2Method.Options

Creates an empty Options instance.

getMobileCountryCode
Link copied to clipboard
fun getMobileCountryCode(): String

Retrieves the Mobile Country Code (MCC) associated to the SIM card activated on the phone.

getMobileNetworkCode
Link copied to clipboard
fun getMobileNetworkCode(): String

Retrieves the Mobile Network Code (MNC) associated to the SIM card activated on the phone.

toMap
Link copied to clipboard
fun <T> toMap(customOptions: Array<Pair<String, T>>): HashMap<String, T>