FileConsentCardResponse 类

定义

表示当用户对文件同意卡执行操作时发送的调用活动的值。

public class FileConsentCardResponse
type FileConsentCardResponse = class
Public Class FileConsentCardResponse
继承
FileConsentCardResponse

构造函数

FileConsentCardResponse()

初始化 FileConsentCardResponse 类的新实例。

FileConsentCardResponse(String, Object, FileUploadInfo)

初始化 FileConsentCardResponse 类的新实例。

属性

Action

获取或设置用户执行的操作。 可能的值包括:“accept”、“decline”。

Context

获取或设置与操作关联的上下文。

UploadInfo

获取或设置用户是否接受文件,包含有关要上传的文件的信息。

适用于