toggle menu
Pushwoosh Android SDK
main
switch theme
search in API
pushwoosh
/
com.pushwoosh.notification
/
PushwooshNotificationFactory
Pushwoosh
Notification
Factory
open
class
PushwooshNotificationFactory
:
NotificationFactory
Default Pushwoosh implementation of NotificationFactory
Members
Constructors
Pushwoosh
Notification
Factory
Link copied to clipboard
constructor
(
)
Functions
channel
Description
Link copied to clipboard
open
fun
channelDescription
(
channelName
:
String
)
:
String
channel
Name
Link copied to clipboard
open
fun
channelName
(
channelName
:
String
)
:
String
get
Notification
Intent
Link copied to clipboard
open
fun
getNotificationIntent
(
data
:
PushMessage
)
:
Intent
on
Generate
Notification
Link copied to clipboard
open
fun
onGenerateNotification
(
pushData
:
PushMessage
)
:
Notification
Generates notification using PushMessage data.