CarrierLookupResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val mcc: String?

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

Link copied to clipboard
val 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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String