Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard
const val AFTERNOON: String
Link copied to clipboard
const val ALL_DAY: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The email used for contacting.

Link copied to clipboard

Returns the application's context attached to the view model.

Link copied to clipboard
Link copied to clipboard
const val DATACLASS_PREVIEW_SCALE: Float = 0.3f

The scale in which the DataClasses should be loaded when they are shown as a thumbnail.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val DOWNLOAD_QUALITY_MAX: Int = 100
Link copied to clipboard
const val DOWNLOAD_QUALITY_MIN: Int = 1
Link copied to clipboard

The domain used in Firebase Dynamic Links.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The hostname of the website.

Link copied to clipboard

Stores the version of the server with which this app is compatible. If the given by the server and this one do not match, data will not be downloaded for enforcing compatibility.

Link copied to clipboard

Used in DataClass activities that load multiple groups of children to know how many children there are in the parent DataClass.

Link copied to clipboard

Used in DataClass activities for knowing which is the DataClass to load.

Link copied to clipboard

Used in DataClass activities for knowing which is the DataClass to load.

Link copied to clipboard

Used in DataClass activities that load multiple groups of children to know which is the currently selected one.

Link copied to clipboard

Used in DynamicLinkHandler for passing LoadingActivity the link that is wanted to be launched once the data is loaded.

Link copied to clipboard

Used for storing the nav stack in the saved instance state.

Link copied to clipboard

Used in the Warning Activity to tell the user that their device is not compatible with MD5 hashing. This may cause that updates don't work.

Link copied to clipboard

Used in the Warning Activity to tell the user that the preference storage has been changed, and a migration will be performed.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val MORNING: String
Link copied to clipboard
const val NO_SUN: String
Link copied to clipboard
Link copied to clipboard

Sets the default values for Remote Config

Link copied to clipboard
Link copied to clipboard

Returned by DataClassActivity when no EXTRA_DATACLASS is passed through the Activity.Intent.

Link copied to clipboard

The REST API endpoint for fetching the blocking state of a path. At the end /:pathId should be added.

Link copied to clipboard

The REST API endpoint for fetching data of a select object from server. At the end, the type of data should be added (/Areas, /Zones, /Sectors or /Paths), and then, the id of the element.

Link copied to clipboard

The REST API endpoint for fetching data from the server. At the end, the type of data should be added (/Areas, /Zones, /Sectors or /Paths). Also, after this, an slash and an object id can be added. The answer will contain the data type selected, that has as parent the set objectId.

Link copied to clipboard

The REST API endpoint for downloading files from the server. At the end, the path of the file to download should be added.

Link copied to clipboard

The REST API endpoint for getting information about the server, such as if it's in production, its running version, among others.

Link copied to clipboard
const val REST_API_URL: String

The URL of the REST API to make requests to the server.

Link copied to clipboard