Configuration

class Configuration(isOfflineMode: Boolean)

Simple configuration class that sets and gets common configuration.

Parameters

isOfflineMode

A Boolean that tells us if client is in offline mode or not. Must be updated each time the offline mode changes.

Constructors

Link copied to clipboard
constructor(isOfflineMode: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun addListener(configurationListener: ConfigurationListener): Boolean
Link copied to clipboard
fun removeListener(configurationListener: ConfigurationListener): Boolean