Speedify SDK for Android  14.7.0
Public Member Functions | Public Attributes | List of all members
com.speedify.speedifysdk.NotificationHelper.Options Class Reference

Detailed Description

Parameters for draining a notification.

Since
14.0

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...
 

Constructor & Destructor Documentation

◆ Options()

com.speedify.speedifysdk.NotificationHelper.Options.Options ( String  channel,
String  title 
)

Member Data Documentation

◆ builderHelper

BuilderHelper com.speedify.speedifysdk.NotificationHelper.Options.builderHelper

Builder helper for further customization.

Since
14.0

◆ channel

String com.speedify.speedifysdk.NotificationHelper.Options.channel

channel name

Since
14.0

◆ id

int com.speedify.speedifysdk.NotificationHelper.Options.id

identifier number

Since
14.0

◆ message

String com.speedify.speedifysdk.NotificationHelper.Options.message

body text

Since
14.0

◆ pendingIntent

PendingIntent com.speedify.speedifysdk.NotificationHelper.Options.pendingIntent

Pending intent for clicks.

Since
14.0

◆ subtext

String com.speedify.speedifysdk.NotificationHelper.Options.subtext

body subtext

Since
14.0

◆ tag

String com.speedify.speedifysdk.NotificationHelper.Options.tag

identifier tag

Since
14.0

◆ title

String com.speedify.speedifysdk.NotificationHelper.Options.title

title text

Since
14.0

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