akismet-kotlin/docs/net.thauvin.erik.akismet/-akismet/is-discard.md
2020-03-05 22:46:41 -08:00

15 lines
669 B
Markdown

[docs](../../index.md) / [net.thauvin.erik.akismet](../index.md) / [Akismet](index.md) / [isDiscard](./is-discard.md)
# isDiscard
`var isDiscard: `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) [(source)](https://github.com/ethauvin/akismet-kotlin/tree/master/src/main/kotlin/net/thauvin/erik/akismet/Akismet.kt#L185)
Set to true if Akismet has determined that the last [checked comment](check-comment.md) is blatant spam, and you
can safely discard it without saving it in any spam queue.
See the [Akismet API](https://akismet.com/development/api/#comment-check) for more details.
**See Also**
[Akismet.proTip](pro-tip.md)