{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class TopLevelClass
top-level class docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
Nested types |
|
---|---|
TopLevelClass.InnerClass |
inner class docs |
TopLevelClass.InnerInterface |
inner interface docs |
Public properties |
|
---|---|
Unit? |
class non-extension property docs |
Pair<Float, Float> |
in-class extension property docs |
Public constructors |
|
---|---|
Public functions |
|
---|---|
Unit? |
top-level non-extension property docs |
Pair<Float, Float> |
in-class extension function docs |
val classProperty: Unit?
class non-extension property docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
val List<String>.inClassExtensionProperty: Pair<Float, Float>
in-class extension property docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
fun classFunction(): Unit?
top-level non-extension property docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
fun List<String>.inClassExtensionFunction(): Pair<Float, Float>
in-class extension function docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }