IgnoreListManagerState

data class IgnoreListManagerState(rules: List<IgnoreRule>)

Functions

Link copied to clipboard
fun contains(ignoreRule: String?): Boolean
Link copied to clipboard
fun count(): Int
Link copied to clipboard
fun indexOf(ignoreRule: String?): Int
Link copied to clipboard
fun isEmpty(): Boolean
Link copied to clipboard
fun match(msgContents: String, msgSender: String, msgType: MessageTypes, network: String, bufferName: String): StrictnessType
Link copied to clipboard
fun matchingRules(sender: String): List<IgnoreRule>

Properties

Link copied to clipboard
val rules: List<IgnoreRule>