- Integration Guide - step-by-step setup for FCM, HMS, ADM
- API Reference - classes, methods, all SDK modules
- Sample Projects - ready-to-run demo apps
dependencies {
implementation 'com.pushwoosh:pushwoosh:6.7.53'
implementation 'com.pushwoosh:pushwoosh-firebase:6.7.53'
}Integrate Pushwoosh Android SDK using AI coding assistants (Claude Code, Cursor, GitHub Copilot, etc.).
Requirement: Your AI assistant must have access to Context7 MCP server or web search capabilities.
Choose the prompt that matches your task:
Integrate Pushwoosh Android SDK into my Android project with Firebase Cloud Messaging (FCM).
Requirements:
- Add gradle dependencies (pushwoosh, pushwoosh-firebase)
- Configure AndroidManifest.xml with Pushwoosh App ID: YOUR_APP_ID
- Register for push notifications in MainActivity
Use Context7 MCP to fetch Pushwoosh Android SDK documentation.
Show me how to handle push notification callbacks (receive, open) with Pushwoosh SDK in Android. I want to add analytics tracking for these events.
Use Context7 MCP to fetch Pushwoosh Android SDK documentation for NotificationServiceExtension.
Show me how to use Pushwoosh tags for user segmentation in Android. Create example helper class with methods for setting and getting tags.
Use Context7 MCP to fetch Pushwoosh Android SDK documentation for setTags and getTags.
Pushwoosh team http://www.pushwoosh.com