EMPTY_PROFILE_DATASET_IDS

A JSON formatted list of string model ids. All the model ids in this list will have profiles delivered for them regardless of whether any data was sent to the container for them. This is useful to differentiate container issues from legitimately not receiving data.

Defaults to []

Functions

Link copied to clipboard
fun get(): String?
Link copied to clipboard
fun getOrDefault(): String
Link copied to clipboard
fun require(fallback: String = default ?: ""): String
Link copied to clipboard
fun requireIf(condition: Boolean, fallback: String = default ?: ""): String

Properties

Link copied to clipboard
val default: String? = null

The default value.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int