public static class CardPresent.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CardPresent.Builder |
body(String body)
卡片json内容
示例值:无
|
CardPresent |
build() |
CardPresent.Builder |
callbackInfo(String callbackInfo)
业务定义的卡片回调信息
示例值:无
|
CardPresent.Builder |
interactable(Boolean interactable)
是否为交互卡片
示例值:true
|
CardPresent.Builder |
operationType(String operationType)
操作类型
示例值:UPDATE
|
CardPresent.Builder |
type(String type)
卡片类型
示例值:14
|
public CardPresent.Builder body(String body)
示例值:无
body - public CardPresent.Builder interactable(Boolean interactable)
示例值:true
interactable - public CardPresent.Builder type(String type)
示例值:14
type - public CardPresent.Builder operationType(String operationType)
示例值:UPDATE
operationType - public CardPresent.Builder callbackInfo(String callbackInfo)
示例值:无
callbackInfo - public CardPresent build()
Copyright © 2024. All rights reserved.