InAppMessageSuppressionSubject
constructor(name: String, extras: JsonValue? = null, priority: Int = 0, hints: Map<String, String> = emptyMap())(source)
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.