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.

Constructors

Link copied to clipboard
constructor(name: String, extras: JsonValue? = null, priority: Int = 0, hints: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard