Companion

object Companion

Functions

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

Creates an empty Options instance.

Link copied to clipboard
fun getMobileCountryCode(): String

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

Link copied to clipboard
fun getMobileNetworkCode(): String

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

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