Added docs.
This commit is contained in:
parent
de1b5caef4
commit
fc4b25bda4
60 changed files with 829 additions and 0 deletions
15
docs/net.thauvin.erik.akismet/-akismet/is-discard.md
Normal file
15
docs/net.thauvin.erik.akismet/-akismet/is-discard.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
[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)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue