-
public class BankSelectionBottomSheet.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static BankSelectionBottomSheet.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BankSelectionBottomSheetnewInstance(PaymentComponent paymentComponent, BackListener backListener)Create a new instance of the BankSelectionBottomSheet. -
-
Method Detail
-
newInstance
final BankSelectionBottomSheet newInstance(PaymentComponent paymentComponent, BackListener backListener)
Create a new instance of the BankSelectionBottomSheet.
- Parameters:
paymentComponent- the PaymentComponent which contains the list of payment provider apps and handles the payment provider app selection
-
-
-
-