This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which two view types can an Adaptive Card Extension display?
A CardView and an optional QuickView.
A CardView and a dashboard view.
A QuickView and an app view.
How does a developer handle an action submitted from an Adaptive Card?
Implement the onAction() handler on the CardView or QuickView associated with the card.
onAction()
Set the name of a callback method on the Adaptive Card action.
Subscribe to a global Adaptive Card action event raised by the SharePoint Framework.
How do you provide dynamic, contextual data to a CardView or QuickView?
Override the view's data() method to return an object the Adaptive Card Extension engine binds to the card.
data()
Edit the Adaptive Card JSON returned by the template() method at runtime.
template()
CardViews and QuickViews can't display dynamic data.
What must you do before a CardView or QuickView can be used in an Adaptive Card Extension?
Register each view with its view navigator.
Register a view only when you want to chain multiple views together.
Nothing—CardViews and QuickViews are registered automatically.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?