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

Callback interface for receiving VoIP call permission request results.

Link copied to clipboard

Configuration and settings management for Pushwoosh VoIP calls functionality.

Link copied to clipboard
class PushwooshVoIPMessage(payload: Bundle?)

Data model representing a VoIP push notification message.