Companion
object Companion
Functions
Link copied to clipboard
fun getDLMobileCheckoutBottomSheet(theme: DLMobileCheckoutTheme = DLMobileCheckoutTheme(), amount: Double? = null, currencyCode: String? = null, onSuccess: (DLCheckoutResult) -> Unit?, onError: (String) -> Unit?): BottomSheetDialogFragment
Creates the BottomSheetDialogFragment containing the checkout UI ready to be presented.
Link copied to clipboard