LocalzEnvironment

Represents available environment configurations for the Localz SDK.

This enum is used when initializing the SDK to determine which backend environment to connect to. The environment affects API endpoints, authentication, and other backend services configuration.

Entries

Link copied to clipboard

Local development environment. This is typically used during development with locally hosted services.

Link copied to clipboard

Development/staging environment. Used for testing with non-production data but with a full backend setup.

Link copied to clipboard

Production environment. The live environment used for real users and production data.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.