Phone

public Phone Phone(String countryCode, String areaCode, String number)

Parameters

countryCode

The numerical portion of the country code from the phone number. Do not include the leading '+' character.

areaCode

The area code of the phone number.

number

The remaining digits of the phone number.