ResultHandler.java (zxing-zxing-3.4.1) | : | ResultHandler.java (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 177 | skipping to change at line 177 | |||
/** | /** | |||
* A convenience method to get the parsed type. Should not be overridden. | * A convenience method to get the parsed type. Should not be overridden. | |||
* | * | |||
* @return The parsed type, e.g. URI or ISBN | * @return The parsed type, e.g. URI or ISBN | |||
*/ | */ | |||
public final ParsedResultType getType() { | public final ParsedResultType getType() { | |||
return result.getType(); | return result.getType(); | |||
} | } | |||
final void addPhoneOnlyContact(String[] phoneNumbers,String[] phoneTypes) { | final void addPhoneOnlyContact(String[] phoneNumbers,String[] phoneTypes) { | |||
addContact(null, null, null, phoneNumbers, phoneTypes, null, null, null, nul | addContact(null, null, null, phoneNumbers, phoneTypes, | |||
l, null, null, null, null, null, null, null); | null, null, null, null, null, null, null, null, null, null, null); | |||
} | } | |||
final void addEmailOnlyContact(String[] emails, String[] emailTypes) { | final void addEmailOnlyContact(String[] emails, String[] emailTypes) { | |||
addContact(null, null, null, null, null, emails, emailTypes, null, null, nul l, null, null, null, null, null, null); | addContact(null, null, null, null, null, emails, emailTypes, null, null, nul l, null, null, null, null, null, null); | |||
} | } | |||
final void addContact(String[] names, | final void addContact(String[] names, | |||
String[] nicknames, | String[] nicknames, | |||
String pronunciation, | String pronunciation, | |||
String[] phoneNumbers, | String[] phoneNumbers, | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |