IpCountry

class IpCountry

Provides information about the country that an IP address originated from.

Types

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

Properties

Link copied to clipboard
val code: String?

The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from. For example, US for the United States.

Link copied to clipboard
val name: String?

The name of the country that the IP address originated from.

Functions

Link copied to clipboard
inline fun copy(block: IpCountry.Builder.() -> Unit = {}): IpCountry
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