LocalitiesTypesUnknown

Forward-compatibility sentinel emitted when the server publishes a type the SDK does not yet model. Carries the raw wire string so callers can log or branch on it, and the family-tagged subtype lets call sites distinguish unmodeled values originating from different taxonomies.

The polymorphic com.woosmap.sdk.api.infrastructure.LocalitiesTypesAdapter emits Unspecified (no family could be inferred). Per-family subtypes exist for caller-side construction and for future family-aware adapters.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open override val value: String

Functions

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