Package-level declarations

Types

Link copied to clipboard

Represents available environment configurations for the Localz SDK.

Link copied to clipboard
sealed class LocalzResult<out T>

A sealed class representing the result of an operation that may either succeed or fail.

Functions

Link copied to clipboard

Maps a result of any type to a result with a Unit payload, preserving success/error status.

Link copied to clipboard

Maps an Error of one generic type to an Error of another generic type.