{% setvar book_path %}/reference/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

TopLevelClass

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()

}

Summary

Nested types

public final class TopLevelClass.InnerClass

inner class docs

inner interface docs

Public constructors

Public methods

final void

top-level non-extension property docs

final String

class non-extension property docs

final @NonNull Pair<@NonNull Float, @NonNull Float>

in-class extension property docs

final @NonNull Pair<@NonNull Float, @NonNull Float>

in-class extension function docs

Public constructors

TopLevelClass

public TopLevelClass()

Public methods

classFunction

public final void 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()

}

getClassProperty

public final String getClassProperty()

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()

}

getInClassExtensionProperty

public final @NonNull Pair<@NonNull Float, @NonNull FloatgetInClassExtensionProperty(@NonNull List<@NonNull String> receiver)

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()

}

inClassExtensionFunction

public final @NonNull Pair<@NonNull Float, @NonNull FloatinClassExtensionFunction(@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()

}