ViewResponseType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adaptive Card Extension View response type.
public enum ViewResponseType
type ViewResponseType =
Public Enum ViewResponseType
- Inheritance
-
ViewResponseType
Fields
Name | Value | Description |
---|---|---|
Card | 0 | Render card view. |
QuickView | 1 | Render quick view. |
NoOp | 2 | No operation. |