{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class Fraggy
Public functions |
|
---|---|
@NotNull List<I> |
<I, O> registerForActivityResult( (this is a real function, vastly simplified from the source in Fragment.java) |
Int |
|
Int |
|
Int |
@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.
fun thisShouldNotShowUpButSadlyDoclavaHideDoesntWorkInDackka(): Int
fun thisShouldProbablyShowUpItsJavaHiddenWithTheKotlinMethod(): Int