LocalzSdkKey

data class LocalzSdkKey(val projectId: String, val cncApiKey: String, val pushApiKey: String)

Holds the SDK authentication keys required for initializing the Localz SDK.

This data class encapsulates the necessary credentials to authenticate with Localz backend services. It must be provided when initializing any Localz SDK.

Constructors

Link copied to clipboard
constructor(projectId: String, cncApiKey: String, pushApiKey: String)

Properties

Link copied to clipboard

API key for Localz cnc services.

Link copied to clipboard

The unique identifier for the Localz project.

Link copied to clipboard

API key for Localz Push services.