| Package | Description |
|---|---|
| com.google.i18n.phonenumbers |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberUtil.Leniency |
PhoneNumberUtil.Leniency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumberUtil.Leniency[] |
PhoneNumberUtil.Leniency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<PhoneNumberMatch> |
PhoneNumberUtil.findNumbers(CharSequence text,
String defaultRegion,
PhoneNumberUtil.Leniency leniency,
long maxTries)
Returns an iterable over all
PhoneNumberMatches in text. |
Copyright © 2016 Google. All Rights Reserved.