com.webex.connect.push
Manages push messaging, including push module initialization, push providers, and related helpers and callbacks.
Manages push messaging, including push module initialization, push providers, and related helpers and callbacks. The following table provides the Package-level declarations.
Package-level declarations | Description |
---|---|
PushMessaging | Handles the core push messaging functionality. |
PushModuleInitializer | Initializes the push module. |
PushProvider | Interface for different push providers. |
CompletionCallback | Callback interface for push operations. |
PushServicesHelper | Helper class for push services. |
OnAvailabilityErrorListener | A typealias for a callback function to be invoked when an availability error occurs. |
NotificationPermissionCallback | Alias for a function that requests notification permissions. |
SendMessageStatusCallback | Alias for a function that sets the status of a message. |
PushTokenListener | Alias for a function to be invoked when a new push token is received. |
PushMessagingListener | Alias for a function to be invoked when a new push message is received. |
Updated 8 days ago