CustomLayoutNotificationProvider
A notification provider that allows the use of layout XML. The default binding will bind the following:
small icon to
android.R.id.icontitle to
android.R.id.titlesummary/subtitle to
android.R.id.summaryalert/message to
android.R.id.message
Custom binding can be applied by overriding onBindContentView.
Inherited properties
The default accent color.
The default notification channel.
The default notification title string resource.
The large icon drawable resource.
The small icon drawable resource.
Functions
Called to bind the content view.
Override this method to extend the notification builder.
Inherited functions
Gets the next notification Id.
Gets the notification title.
Called to generate the NotificationResult for a push message.
Called to generate the NotificationArguments for a push message.
Called before posting the notification.