Interceptor

public interface Interceptor

Functions

Link copied to clipboard
public abstract boolean isHighPriorityMessage(Message message)
Whether this is a high-priority message.
Link copied to clipboard
public abstract boolean isNotificationIntercepted(Message message)
Whether to intercept this local notification, typically used for custom notification display.
Link copied to clipboard
public abstract PendingIntent onPendingIntent(PendingIntent pendingIntent, Intent intent)
Callback when setting the local notification PendingIntent.
Link copied to clipboard
public abstract NotificationChannel onRegisterChannel(NotificationChannel defaultChannel)
Callback before registering the default notification channel.