PushRuleMatcherImpl

Constructors

Link copied to clipboard
constructor(conditionMatcher: PushRuleConditionMatcher)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend override fun match(rule: PushRule, event: ClientEvent<*>, eventJson: Lazy<JsonObject?>): Boolean

Calculate if a PushRule matches for the given event.