PushwooshNotificationFactory

Default Pushwoosh implementation of NotificationFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun channelDescription(channelName: String): String
Link copied to clipboard
open fun channelName(channelName: String): String
Link copied to clipboard
open fun getNotificationIntent(data: PushMessage): Intent
Link copied to clipboard
open fun onGenerateNotification(pushData: PushMessage): Notification
Generates notification using PushMessage data.