{% setvar book_path %}/reference/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final 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 fields |
|
---|---|
final @Nullable Unit |
class non-extension property docs |
final @NonNull Pair<@NonNull Float, @NonNull Float> |
in-class extension property docs |
Public constructors |
|
---|---|
Public methods |
|
---|---|
final @Nullable Unit |
top-level non-extension property docs |
final @NonNull Pair<@NonNull Float, @NonNull Float> |
inClassExtensionFunction(@NonNull List<@NonNull String> receiver) in-class extension function docs |
@Nullable
public final @Nullable Unit classProperty
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() }
@NonNull
public final @NonNull Pair<@NonNull Float, @NonNull Float> inClassExtensionProperty
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() }
@Nullable
public final Unit classFunction()
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() }
@NonNull
public final Pair<@NonNull Float, @NonNull Float> inClassExtensionFunction(@NonNull List<@NonNull String> receiver)
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() }