{% setvar book_path %}/reference/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/_java_switcher2.md" %}

public class Fraggy


Summary

Public methods

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

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

@NonNull int
@NonNull int
@NonNull int

Public methods

registerForActivityResult

@NotNull
@NonNull
public final @NotNull List<@NonNull I> <I, O> registerForActivityResult(
    @NotNull @NonNull Map<@NonNull I, @NonNull O> contract,
    @NotNull @NonNull List<@NonNull O> callback
)

(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

@NonNull
public int thisShouldNotShowUpButSadlyDoclavaHideDoesntWorkInDackka()

thisShouldProbablyShowUpItsJavaHiddenWithTheKotlinMethod

@NonNull
public int thisShouldProbablyShowUpItsJavaHiddenWithTheKotlinMethod()

thisShouldShowUp

@NonNull
public int thisShouldShowUp()