![]() |
Speedify SDK for Android 16.1.1
|
Parameters for draining a notification. More...
Public Member Functions | |
| Options (String channel, String title) | |
| Constructor for a notification options. | |
Public Attributes | |
| String | channel |
| channel name | |
| String | tag |
| identifier tag | |
| int | id |
| identifier number | |
| String | title |
| title text | |
| String | message |
| body text | |
| String | subtext |
| body subtext | |
| PendingIntent | pendingIntent |
| Pending intent for clicks. | |
| BuilderHelper | builderHelper |
| Builder helper for further customization. | |
Parameters for draining a notification.
| Options | ( | String | channel, |
| String | title ) |
Constructor for a notification options.
| channel | channel name |
| title | title text |
| BuilderHelper builderHelper |
Builder helper for further customization.
| String channel |
channel name
| int id |
identifier number
| String message |
body text
| PendingIntent pendingIntent |
Pending intent for clicks.
| String subtext |
body subtext
| String tag |
identifier tag
| String title |
title text