Builder

class Builder

Properties

Link copied to clipboard

The carrier or service provider that the phone number is currently registered with. In some countries and regions, this value may be the carrier or service provider that the phone number was originally registered with.

Link copied to clipboard

The name of the country or region for the phone number.

Link copied to clipboard

The country or region numeric dialing code for the phone number.

Link copied to clipboard

The phone number in E164 format, sanitized from the original input by removing any formatting characters.

Link copied to clipboard

The two-character country or region code, in ISO 3166-1 alpha-2 format, for the phone number.

Link copied to clipboard
var mcc: String?

The phone number's mobile country code, for mobile phone number types

Link copied to clipboard
var mnc: String?

The phone number's mobile network code, for mobile phone number types.

Link copied to clipboard

Describes the type of phone number. Valid values are: MOBILE, LANDLINE, OTHER, and INVALID. Avoid sending SMS or voice messages to INVALID phone numbers, as these numbers are unlikely to belong to actual recipients.