DeviceContext type
WebView
indicates the Adaptive Card Extension is rendering through a web browser equivalent. Mobile
indicates the Adaptive Card Extension is rendering natively on a mobile platform.
export type DeviceContext = 'WebView' | 'Mobile' | 'TeamsDesktop';