Package io.scanbot.sdk.util.view
Class KotlinAndroidUtilKt
-
- All Implemented Interfaces:
public final class KotlinAndroidUtilKt
-
-
Method Summary
Modifier and Type Method Description final static <Error class: unknown class>
unwrapLifecycleOwner(Context $self)
Helps to nullably-cast Context to LifecycleOwner taking into account that it might be a recursive ContextWrapper. -
-
Method Detail
-
unwrapLifecycleOwner
final static <Error class: unknown class> unwrapLifecycleOwner(Context $self)
Helps to nullably-cast Context to LifecycleOwner taking into account that it might be a recursive ContextWrapper.
-
-
-
-