Config

All common config for client mangers

Author

Caeser Bakabulindi

Since

11/11/2022

Parameters

builder

used to construct.

Constructors

Link copied to clipboard
private constructor(builder: Config.Builder)

a private constructor due to the build pattern.

Types

Link copied to clipboard
data class Builder(val appName: String, val appVersion: String)

We may need to pass some compulsory values to the builder. Mandatory param values are part of the constructor.

Link copied to clipboard
object Companion

class companion class

Properties

Link copied to clipboard

Functions

Link copied to clipboard