LocalizedString

The localized string.

Types

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

Properties

Link copied to clipboard

A list of BCP 47 compliant language codes for the results to be rendered in. The request uses the regional default as the fallback if the requested language can't be provided.

Link copied to clipboard

The value of the localized string.

Functions

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