getAsYouTypeFormatter method

AsYouTypeFormatter getAsYouTypeFormatter(
  1. String regionCode
)

Gets an AsYouTypeFormatter for the specific region.

regionCode the region where the phone number is being entered returns an AsYouTypeFormatter object, which can be used to format phone numbers in the specific region "as you type"

Implementation

AsYouTypeFormatter getAsYouTypeFormatter(String regionCode) {
  return AsYouTypeFormatter(regionCode, this);
}