DefaultInterceptor

public abstract class DefaultInterceptor

Constructors

Link copied to clipboard
public void DefaultInterceptor()

Functions

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