INotificationArguments interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The object passed to BaseAdaptiveCardExtension.onNotificationReceived() when a notification is received.

Properties

data
version

Property Details

data

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

data: T;

Property Value

T

version

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

version: Version;

Property Value