Webcom
Provides some high-level static methods and properties to handle the Webcom SDK for Android.
Types
Functions
Link copied to clipboard
Install a listener that will receive each log emitted by the Webcom SDK.
Link copied to clipboard
Retrieves the Mobile Country Code (MCC) associated to the SIM card activated on the phone.
Link copied to clipboard
Retrieves the Mobile Network Code (MNC) associated to the SIM card activated on the phone.
Link copied to clipboard
fun removeLogListener(listener: (Webcom.LogLevel, String, String) -> Unit): Boolean
Content copied to clipboard
Uninstall a previously installed listener, so that it no longer receives the logs emitted by the Webcom SDK.
Link copied to clipboard
Blocks the calling thread until the Webcom SDK has completed its initialization.
Link copied to clipboard
Runs a given code block once the Webcom SDK is properly initialized.