| Package | Description |
|---|---|
| com.google.i18n.phonenumbers |
| Modifier and Type | Method | Description |
|---|---|---|
static PhoneNumberUtil.Leniency |
PhoneNumberUtil.Leniency.valueOf(java.lang.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 | Description |
|---|---|---|
java.lang.Iterable<PhoneNumberMatch> |
PhoneNumberUtil.findNumbers(java.lang.CharSequence text,
java.lang.String defaultRegion,
PhoneNumberUtil.Leniency leniency,
long maxTries) |
Returns an iterable over all
PhoneNumberMatches in text. |
Copyright © 2020 Google. All Rights Reserved.