Package-level declarations
Types
Link copied to clipboard
interface WebViewCallback
Link copied to clipboard
Link copied to clipboard
data class WebViewConfiguration(val paymentUrl: String, val successUrl: String, val errorUrl: String)
Class responsible for storing web view configuration. Keep in mind that Android web view normalizes urls in accordance to RFC 3986. You have to pass normalized successUrl and errorUrl urls.