Back to project page wiki-contacts-android.
The source code is released under:
Apache License
If you think the Android project wiki-contacts-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.kahkong.wikicontacts.service; /*ww w . j ava2 s . c om*/ import com.kahkong.wikicontacts.callback.OnCompleteListener; /** * * @author Poh Kah Kong * */ public interface CountryCodeService { public void listCountryCodes(OnCompleteListener onCompleteListener); public void listAndSelectCountryCodes(OnCompleteListener onCompleteListener); }