Object AttachCardFlowFragment.Companion
-
- All Implemented Interfaces:
public class AttachCardFlowFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AttachCardFlowFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AttachCardFlowFragmentnewInstance(AttachCardOptions options, Boolean showError, Boolean isNewCardViewToggleEnabled)final UnitregisterResultListener(FragmentManager fragmentManager, LifecycleOwner lifecycleOwner, Function1<AttachCardFlowFragment.Result, Unit> listener)-
-
Method Detail
-
newInstance
final AttachCardFlowFragment newInstance(AttachCardOptions options, Boolean showError, Boolean isNewCardViewToggleEnabled)
-
registerResultListener
final Unit registerResultListener(FragmentManager fragmentManager, LifecycleOwner lifecycleOwner, Function1<AttachCardFlowFragment.Result, Unit> listener)
-
-
-
-