-
public class InstallAppBottomSheet.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static InstallAppBottomSheet.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final InstallAppBottomSheetnewInstance(PaymentComponent paymentComponent, InstallAppForwardListener listener, BackListener backListener, Integer minHeight)Create a new instance of the InstallAppBottomSheet. -
-
Method Detail
-
newInstance
final InstallAppBottomSheet newInstance(PaymentComponent paymentComponent, InstallAppForwardListener listener, BackListener backListener, Integer minHeight)
Create a new instance of the InstallAppBottomSheet.
- Parameters:
paymentComponent- the PaymentComponent which is needed to check the installation state of the payment provider applistener- the InstallAppForwardListener which will forward redirect requests
-
-
-
-