zmunm
05/15/2020, 9:06 AMfun foo(bar : (String) -> Unit)
2.
fun foo(bar : (name: String) -> Unit)
Hi. I don't know how can i call name
.. Please give me a keyword
lambda property.. lambda description.. anyway
If it is interface
, I think it is better to have lambda description
. And when I use this function..
startSmsUserConsent { name ->
...
}
I think it is good to specify lambda description
.
Is there any rule or plan for this?gammax
05/15/2020, 9:10 AMname
in this context is called lambda parameterzmunm
05/15/2020, 9:13 AMgammax
05/15/2020, 9:14 AM