Package-level declarations
Core classes for VoIP call configuration and data.
Use PushwooshCallSettings to request the required READ_PHONE_NUMBERS permission, customize notification channel names and ringtone, and check permission status.
PushwooshVoIPMessage carries parsed call data (caller name, call ID, video flag) delivered to your CallEventListener callbacks.
CallPermissionsCallback receives the result of a permission request initiated by PushwooshCallSettings.
Types
Link copied to clipboard
interface CallPermissionsCallback
Callback interface for receiving VoIP call permission request results.
Link copied to clipboard
object PushwooshCallSettings
Configuration and settings management for Pushwoosh VoIP calls functionality.
Link copied to clipboard
Data model representing a VoIP push notification message.