Mesibo Phone Contacts Utility Functions

You can also use the followng functions as needed:

Country Information

You can use one of the following functions to get country information:

MesiboPhoneContact getCountryCode();
MesiboPhoneContact getCountryCode(String countryCode);

where countryCode is the ISO country code (for example, 'US') or phone code (for example, '1'). If invoked without any parameters, getCountryCode returns the information about the currently set country.

Name Lookup Options

The mesibo phone contact API allows you to retrieve contact names, country information, and more from phone numbers. mesibo uses native Android and iOS APIs for this purpose and maintains a cache for efficient lookups.

By default, name lookup is enabled. You can manually enable or disable it using the following function:

phoneManager.enableNameLookup(true);