Condition

sealed class Condition(type: String)

Base condition, used to determine visibility of preference sections and items.

Inheritors

Constructors

Link copied to clipboard
protected constructor(type: String)

Types

Link copied to clipboard

Notification opt-in status condition.

Link copied to clipboard
data class State(val isOptedIn: Boolean) : Parcelable

Functions

Link copied to clipboard
abstract fun evaluate(state: Condition.State): Boolean
Link copied to clipboard