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

TopLevelClass

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

inner class docs

inner interface docs

Public constructors

Public functions

Unit

top-level non-extension property docs

Pair<FloatFloat>

in-class extension function docs

Public properties

String?

class non-extension property docs

Pair<FloatFloat>

in-class extension property docs

Public constructors

TopLevelClass

TopLevelClass()

Public functions

classFunction

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

}

inClassExtensionFunction

fun List<String>.inClassExtensionFunction(): Pair<FloatFloat>

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

}

Public properties

classProperty

val classPropertyString?

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

}

inClassExtensionProperty

val List<String>.inClassExtensionPropertyPair<FloatFloat>

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

}