whatIfFindParentInterface
Author
skydoves (Jaewoong Eum)
An expression for invoking whatIf when the Fragment has an T interface as a parent.
Parameters
inline fun <T> Fragment?.whatIfFindParentInterface(whatIf: (T) -> Unit, whatIfNot: () -> Unit)
Content copied to clipboard
Author
skydoves (Jaewoong Eum)
An expression for invoking whatIf when the Fragment has an T interface as a parent.