REQUEST_QUEUEING_MODE

Only applies if REQUEST_QUEUEING_ENABLED is true. That queue can be backed by in memory data structures or sqlite. See REQUEST_QUEUEING_ENABLED for more info.

Defaults to IN_MEMORY. One of WriteLayer.

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