androidchatsdk / Notable Classes / NotificationConfig / <init>
<init>
NotificationConfig(smallIcon:Int= R.drawable.ic_android_ic_24dp, recentMessageCount:Int= 10, contentTitle:String= "New Message!", summaryText:String= "")
This customizes the display of the Push Notifications.
Parameters
smallIcon - The small icon resource you wish to display as a part of the notification.
recentMessageCount - The max number of recent messages to display in the push notification.
contentTitle - The content title of the push notification.
summaryText - The summary text that appears near to the small icon.