InAppMessageSuppressionSubject
data class InAppMessageSuppressionSubject(val name: String, val extras: JsonValue? = null, val priority: Int = 0, val hints: Map<String, String> = emptyMap())(source)
What the app's context provider receives for a suppression evaluation, so it can answer with context about the specific message being considered.
Parameters
name
The message name.
extras
The message's extras.
priority
The schedule priority, where lower runs first.
hints
The schedule's subject_hints. Handed to the provider only — never rendered into the prompt.