Operation

enum Operation : Enum<Operation>

Logical operator between the filter values or the filters themselves.

Entries

AND
Link copied to clipboard
AND("AND")
OR
Link copied to clipboard
OR("OR")

Properties

logicalOperator
Link copied to clipboard
val logicalOperator: String

Sources

androidJvm source
Link copied to clipboard