public interface VCardPhoneNumberTranslationCallback
VCardComposer.setPhoneNumberTranslationCallback(VCardPhoneNumberTranslationCallback)
.
See the doc for the method.
TODO: this should be more generic
Modifier and Type | Method and Description |
---|---|
String |
onValueReceived(String rawValue,
int type,
String label,
boolean isPrimary)
Called when a phone number is being handled.
|