StockNotificationViewModel
open class StockNotificationViewModel(panel: StockNotificationPanel) : NotificationViewModel<StockNotificationPanel>
Stock notification view model that gets its notification data from the panel.
Properties
Link copied to clipboard
The view model for the header section containing the thumbnail, title and description.
Link copied to clipboard
The view models for options in the options section. Each view model populates an additional item in the options section. Each item represents one option a user can choose from(e.g. send quick replies, an option given by VPA, etc.).
Link copied to clipboard
The view model for the primary button in the button section.
Link copied to clipboard
The view model for the secondary action button in the button section.