Speedify SDK for Android 15.6.2
Loading...
Searching...
No Matches
NotificationHelper.Options Class Reference

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.
 

Detailed Description

Parameters for draining a notification.

Since
14.0

Constructor & Destructor Documentation

◆ Options()

Options ( String channel,
String title )

Constructor for a notification options.

Parameters
channelchannel name
titletitle text
Since
14.0

Member Data Documentation

◆ builderHelper

BuilderHelper builderHelper

Builder helper for further customization.

Since
14.0

◆ channel

String channel

channel name

Since
14.0

◆ id

int id

identifier number

Since
14.0

◆ message

String message

body text

Since
14.0

◆ pendingIntent

PendingIntent pendingIntent

Pending intent for clicks.

Since
14.0

◆ subtext

String subtext

body subtext

Since
14.0

◆ tag

String tag

identifier tag

Since
14.0

◆ title

String title

title text

Since
14.0

The documentation for this class was generated from the following file: