Android Push Module
This section provides an overview of the push module packages for managing push messaging, notifications, and in-app displays, along with their respective providers and services.
This section provides an overview of the push module packages for managing push messaging, notifications, and in-app displays, along with their respective providers and services. The following table provides the push module packages.
Packages | Description |
---|---|
com.webex.connect.push | Manages push messaging, including push module initialization, push providers, and related helpers and callbacks. |
com.webex.connect.push.message | Handles push message data, status, display types, and interactive options. |
com.webex.connect.push.notification | Provides notification building and factory classes for creating notifications. |
com.webex.connect.push.notification.action | Manages notification action handling. |
com.webex.connect.push.inappdisplay | Manages in-app notifications, including their styles and callbacks. |
com.webex.connect.push.inappdisplay.views | Provides view binders and factories for in-app notification views. |
com.webex.connect.push.fcm | Manages FCM (Firebase Cloud Messaging) push provider and related initializers and services. |
com.webex.connect.push.hms | Manages HMS (Huawei Mobile Services) push provider and related initializers and services. |
Updated 8 days ago