-
public class OpenWithBottomSheet.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static OpenWithBottomSheet.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final OpenWithBottomSheetnewInstance(PaymentProviderApp paymentProviderApp, OpenWithForwardListener listener, PaymentComponent paymentComponent, BackListener backListener, PaymentDetails paymentDetails, String paymentRequestId)Create a new instance of the OpenWithBottomSheet. -
-
Method Detail
-
newInstance
final OpenWithBottomSheet newInstance(PaymentProviderApp paymentProviderApp, OpenWithForwardListener listener, PaymentComponent paymentComponent, BackListener backListener, PaymentDetails paymentDetails, String paymentRequestId)
Create a new instance of the OpenWithBottomSheet.
- Parameters:
paymentProviderApp- the PaymentProviderApp which the user needs ti identify in the 'Share PDF' screenlistener- the OpenWithForwardListener which will forward requestsbackListener- the BackListener which will forward back events
-
-
-
-