<
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
V
W
O
- onNavResult(Function1) - function in com.ramcosta.composedestinations.result.EmptyResultRecipient
- Install a listener that will be called when the D destination finishes.
- onNavResult(OpenResultRecipient.DeliverResultOn,Function1) - function in com.ramcosta.composedestinations.result.EmptyResultRecipient
- Same as onNavResult but allows you to control when the result will be delivered.
- onNavResult(Function1) - function in com.ramcosta.composedestinations.result.OpenResultRecipient
- Install a listener that will be called when the origin destination finishes.
- onNavResult(OpenResultRecipient.DeliverResultOn,Function1) - function in com.ramcosta.composedestinations.result.OpenResultRecipient
- Same as onNavResult but allows you to control when the result will be delivered.
- onNavResult(Function1) - function in com.ramcosta.composedestinations.result.ResultRecipient
- Install a listener that will be called when the D destination finishes.
- onNavResult(OpenResultRecipient.DeliverResultOn,Function1) - function in com.ramcosta.composedestinations.result.ResultRecipient
- Same as onNavResult but allows you to control when the result will be delivered.
- onResult(OpenResultRecipient,Function0,Function1) - function in com.ramcosta.composedestinations.result.OpenResultRecipientKt
- Like OpenResultRecipient.onNavResult but using a different API that may feel better in some cases.
- OpenResultRecipient - class in com.ramcosta.composedestinations.result
- Recipient where you can install a listener to be notified of results (of type R) from an non-determined com.ramcosta.composedestinations.spec.DestinationSpec.
- OpenResultRecipient.DeliverResultOn - class in com.ramcosta.composedestinations.result.OpenResultRecipient
- OpenResultRecipientKt - class in com.ramcosta.composedestinations.result
- OverrideDestination - class in com.ramcosta.composedestinations.annotation
- Use with parameters to override them for destination specifically.