Package-level declarations

Types

HMKitConfiguration
Link copied to clipboard
HMKitFleet
Link copied to clipboard
class HMKitFleet(configuration: String, environment: Environment, hmKitConfiguration: HMKitConfiguration = HMKitConfiguration.defaultConfiguration())

HMKitFleet is the access point for the Fleet SDK functionality. It is accessed by creating a new HMKitFleet object with a service account private key JSON string.

class HMKitFleet @JvmOverloads constructor(configuration: String, environment: Environment, hmKitConfiguration: HMKitConfiguration = HMKitConfiguration.defaultConfiguration())

HMKitFleet is the access point for the Fleet SDK functionality. It is accessed by creating a new HMKitFleet object with a service account private key JSON string.

Link copied to clipboard

Decode the service account private key from JSON.

Link copied to clipboard
open class SharedConfiguration(val client: HttpClient)