Added CallResponse docs.
This commit is contained in:
parent
2760b8e3a4
commit
353927580d
13 changed files with 110 additions and 1 deletions
11
docs/net.thauvin.erik.bitly/-constants/-f-a-l-s-e.md
Normal file
11
docs/net.thauvin.erik.bitly/-constants/-f-a-l-s-e.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Constants](index.md) / [FALSE](./-f-a-l-s-e.md)
|
||||
|
||||
# FALSE
|
||||
|
||||
`const val FALSE: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt#L63)
|
||||
|
||||
False
|
||||
|
||||
**Value**
|
||||
`false`
|
||||
|
11
docs/net.thauvin.erik.bitly/-constants/-t-r-u-e.md
Normal file
11
docs/net.thauvin.erik.bitly/-constants/-t-r-u-e.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Constants](index.md) / [TRUE](./-t-r-u-e.md)
|
||||
|
||||
# TRUE
|
||||
|
||||
`const val TRUE: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt#L70)
|
||||
|
||||
True
|
||||
|
||||
**Value**
|
||||
`true`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue