NotificationConfig

public class NotificationConfig

Constructors

Link copied to clipboard
public void NotificationConfig()

Types

Link copied to clipboard
Behavior when receiving a message while in foreground on a non-conversation page
Link copied to clipboard
public interface Interceptor
Link copied to clipboard
public enum TitleType
Notification title type

Properties

Link copied to clipboard
public String categoryNotification

Functions

Link copied to clipboard
public String getCategoryNotification()
Link copied to clipboard
Link copied to clipboard
public NotificationChannel getNotificationChannel()
Link copied to clipboard
Link copied to clipboard
public void setCategoryNotification(String categoryNotification)
Sets the local notification category (must be set after initialization)
Link copied to clipboard
public void setInterceptor(DefaultInterceptor interceptor)
@Deprecated()
public void setInterceptor(NotificationConfig.Interceptor interceptor)
Local notification interceptor
Link copied to clipboard
public void setNotificationChannel(NotificationChannel channel)
Link copied to clipboard