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

Fraggy

{% setvar page_path %}dokkatest/simple/Fraggy.html{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "reference/_kotlin_switcher2.md" %}

class Fraggy


Summary

Public functions

@NotNull List<I>
<I, O> registerForActivityResult(
    @NotNull contract: Map<I, O>,
    @NotNull callback: List<O>
)

(this is a real function, vastly simplified from the source in Fragment.java)

Int
Int
Int

Public functions

registerForActivityResult

@NotNull
fun <I, O> registerForActivityResult(
    @NotNull contract: Map<I, O>,
    @NotNull callback: List<O>
): @NotNull List<I>

(this is a real function, vastly simplified from the source in Fragment.java)

If the host of this fragment is an < the Map of the host will be used. Otherwise, this will use theregistry of the Fragment's Activity.

thisShouldNotShowUpButSadlyDoclavaHideDoesntWorkInDackka

fun thisShouldNotShowUpButSadlyDoclavaHideDoesntWorkInDackka(): Int

thisShouldProbablyShowUpItsJavaHiddenWithTheKotlinMethod

fun thisShouldProbablyShowUpItsJavaHiddenWithTheKotlinMethod(): Int

thisShouldShowUp

fun thisShouldShowUp(): Int