onExtendBuilder
protected open override fun onExtendBuilder(context: Context, builder: NotificationCompat.Builder, arguments: NotificationArguments): NotificationCompat.Builder(source)
Override this method to extend the notification builder.
The default method behavior applies extends the builder with PublicNotificationExtender, WearableNotificationExtender, ActionsNotificationExtender, and StyleNotificationExtender.
Return
The notification builder.
Parameters
context
The application context.
builder
The notification builder.
arguments
The notification arguments.