Package-level declarations
Types
Link copied to clipboard
class WeChatPayActionComponent : ViewModel, ActionComponent, IntentHandlingComponent, ViewableComponent
An ActionComponent that is able to handle the 'sdk' action.
Link copied to clipboard
Configuration class for the WeChatPayActionComponent.
Link copied to clipboard
This class is not an actual provider, it only checks whether WeChatPay is available. There is no viewable Payment Component for WeChatPay, only an Action Component. You can directly call /payments after you receive a callback from isAvailable. You can use WeChatPayActionComponent to handle the returned action.
Link copied to clipboard
object WeChatPayUtils
Functions
Link copied to clipboard
fun CheckoutConfiguration.weChatPayAction(configuration: WeChatPayActionConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration