FlowBottomSheetsManager

public interface FlowBottomSheetsManager

Functions

Link copied to clipboard
public Unit checkNextStep(PaymentProviderApp paymentProviderApp, File externalCacheDir, CoroutineScope coroutineScope)
Link copied to clipboard
public abstract MutableSharedFlow<PaymentNextStep> getPaymentNextStepFlow()
Link copied to clipboard
Link copied to clipboard
public abstract Resource<ByteArray> getPaymentRequestDocument(PaymentRequest paymentRequest)
Link copied to clipboard
public abstract MutableStateFlow<PaymentRequest> getPaymentRequestFlow()
Link copied to clipboard
public abstract Resource<ByteArray> getPaymentRequestImage(PaymentRequest paymentRequest)
Link copied to clipboard
public abstract MutableStateFlow<Boolean> getShareWithFlowStarted()
Link copied to clipboard
public Unit sharePdf(PaymentProviderApp paymentProviderApp, File externalCacheDir, CoroutineScope coroutineScope, PaymentRequest paymentRequest)