Speedify SDK for Android
15.0.0
|
Parameters for draining a notification.
Public Member Functions | |
Options (String channel, String title) | |
Public Attributes | |
String | channel |
channel name More... | |
String | tag |
identifier tag More... | |
int | id |
identifier number More... | |
String | title |
title text More... | |
String | message |
body text More... | |
String | subtext |
body subtext More... | |
PendingIntent | pendingIntent |
Pending intent for clicks. More... | |
BuilderHelper | builderHelper |
Builder helper for further customization. More... | |
com.speedify.speedifysdk.NotificationHelper.Options.Options | ( | String | channel, |
String | title | ||
) |
BuilderHelper com.speedify.speedifysdk.NotificationHelper.Options.builderHelper |
Builder helper for further customization.
String com.speedify.speedifysdk.NotificationHelper.Options.channel |
channel name
int com.speedify.speedifysdk.NotificationHelper.Options.id |
identifier number
String com.speedify.speedifysdk.NotificationHelper.Options.message |
body text
PendingIntent com.speedify.speedifysdk.NotificationHelper.Options.pendingIntent |
Pending intent for clicks.
String com.speedify.speedifysdk.NotificationHelper.Options.subtext |
body subtext
String com.speedify.speedifysdk.NotificationHelper.Options.tag |
identifier tag
String com.speedify.speedifysdk.NotificationHelper.Options.title |
title text