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 declarationsDescription
InAppNotificationViewBinderThis interface is used to bind the InApp Notification View with the respective data and apply the desired styling.
InAppNotificationViewBinderFactoryDefines 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.
InAppNotificationBannerViewBinderImplements 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
InAppNotificationBannerViewBinderFactoryFactory for creating InAppNotificationViewBinder instances for banner InApp notifications.
InAppNotificationModalViewBinderImplements 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
InAppNotificationModalViewBinderFactoryFactory for creating InAppNotificationViewBinder instances for modal InApp notification