onRegisterChannel

public abstract NotificationChannel onRegisterChannel(NotificationChannel defaultChannel)

Callback before registering the default notification channel. Use this to intercept and modify the default channel configuration, then return the modified channel.

Return

the modified notification channel.

Parameters

defaultChannel

the default notification channel