Object PaymentByCardFlowFragment.Companion
-
- All Implemented Interfaces:
public class PaymentByCardFlowFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PaymentByCardFlowFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FragmentnewInstance(PaymentOptions paymentOptions, Card card, Boolean showArrow, Boolean isNewCardViewToggleEnabled)final UnitregisterResultListener(FragmentManager fragmentManager, LifecycleOwner lifecycleOwner, Function1<PaymentByCardFlowFragment.Result, Unit> listener)-
-
Method Detail
-
newInstance
final Fragment newInstance(PaymentOptions paymentOptions, Card card, Boolean showArrow, Boolean isNewCardViewToggleEnabled)
-
registerResultListener
final Unit registerResultListener(FragmentManager fragmentManager, LifecycleOwner lifecycleOwner, Function1<PaymentByCardFlowFragment.Result, Unit> listener)
-
-
-
-