onExtendBuilder
protected open fun onExtendBuilder( @NonNull context: Context, @NonNull builder: NotificationCompat.Builder, @NonNull arguments: NotificationArguments): NotificationCompat.Builder
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.