PhoneNumber

@native @JSType
class PhoneNumber(countryCallingCodeOrCountry: CountryCallingCode | CountryCode, val nationalNumber: NationalNumber, metadata: Metadata) extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def carrierCode: UndefOr[CarrierCode]
def country: UndefOr[CountryCode]
def ext: UndefOr[Extension]
def format(format: NumberFormat, options: UndefOr[FormatNumberOptions]): String
def formatInternational(options: UndefOr[FormatNumberOptionsWithoutIDD]): String
def formatNational(options: UndefOr[FormatNumberOptionsWithoutIDD]): String
def getURI(options: UndefOr[FormatNumberOptionsWithoutIDD]): String
def isPossible(): Boolean
def isValid(): Boolean

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Concrete fields