com.webex.connect.push.inappdisplay.views
Provides view binders and factories for in-app notification views.
Provides view binders and factories for in-app notification views. The following table provides the Package-level declarations.
Package-level declarations | Description |
---|---|
InAppNotificationViewBinder | This interface is used to bind the InApp Notification View with the respective data and apply the desired styling. |
InAppNotificationViewBinderFactory | Defines a factory interface for creating instances of InAppNotificationViewBinder. This interface encapsulates the logic required to instantiate view binders for in-app notification views, ensuring that the creation of these views is managed centrally and can be easily modified or extended. |
InAppNotificationBannerViewBinder | Implements the InAppNotificationViewBinder interface for banner in-app notifications. This class is dedicated to binding data to the banner notification's view and applying the necessary styling. It represents the binding logic specific to banner in-app notification types |
InAppNotificationBannerViewBinderFactory | Factory for creating InAppNotificationViewBinder instances for banner InApp notifications. |
InAppNotificationModalViewBinder | Implements the InAppNotificationViewBinder for modal in-app notifications. This class is responsible for binding the data to the modal notification's view and applying the necessary styles. It represents the binding logic specific to modal in-app notification types |
InAppNotificationModalViewBinderFactory | Factory for creating InAppNotificationViewBinder instances for modal InApp notification |
Updated 8 days ago