com.webex.connect.push.inappdisplay

Manages in-app notifications, including their styles and callbacks.

Manages in-app notifications, including their styles and callbacks. The following table provides the Package-level declarations.

Package-level declarationsDescription
InAppNotificationManagerThis interface is to display the InAppNotificationViewBinder instances for the given push message data. Also provides an interface to register a notificationView callback for listening to the Notification view events like display, action, and dismiss.
InAppNotificationCallbackThis interface represents callback methods implemented in InAppNotificationViewBinder to listen for InAppNotification displayed events, action click events, and dismiss events.
InAppNotificationButtonStyleRepresents the style configuration for an in-app notification button.
InAppNotificationViewStylecall-backDefines the style properties for an in-app notification view. Implementations of this interface should provide styling details for the text content and button within the notification view.
InAppNotificationBannerViewStyleImplements the style properties for a banner in-app notification view. Extends the InAppNotificationViewStyle interface to provide concrete values for the text and button styles, as well as additional properties for close, expand, and collapse buttons within the banner notification view.
InAppNotificationModalViewStyleImplements the style properties for a modal in-app notification view. Provides concrete values for the text and button styles specified in the InAppNotificationViewStyle interface