toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.notification
/
NotificationConfig
Notification
Config
public
class
NotificationConfig
Members
Constructors
Notification
Config
Link copied to clipboard
public
void
NotificationConfig
(
)
Types
Foreground
Other
Page
Action
Link copied to clipboard
public
enum
ForegroundOtherPageAction
在前台非会话页面,接受到消息时的行为
Interceptor
Link copied to clipboard
public
interface
Interceptor
Title
Type
Link copied to clipboard
public
enum
TitleType
通知标题的类型
Properties
category
Notification
Link copied to clipboard
public
String
categoryNotification
Functions
get
Category
Notification
Link copied to clipboard
public
String
getCategoryNotification
(
)
get
Foreground
Other
Page
Action
Link copied to clipboard
public
NotificationConfig.ForegroundOtherPageAction
getForegroundOtherPageAction
(
)
get
Interceptor
Link copied to clipboard
public
NotificationConfig.Interceptor
getInterceptor
(
)
get
Notification
Channel
Link copied to clipboard
public
NotificationChannel
getNotificationChannel
(
)
get
Title
Type
Link copied to clipboard
public
NotificationConfig.TitleType
getTitleType
(
)
set
Category
Notification
Link copied to clipboard
public
void
setCategoryNotification
(
String
categoryNotification
)
设置本地通知 category 初始化之后设置
set
Foreground
Other
Page
Action
Link copied to clipboard
public
void
setForegroundOtherPageAction
(
NotificationConfig.ForegroundOtherPageAction
action
)
set
Interceptor
Link copied to clipboard
public
void
setInterceptor
(
DefaultInterceptor interceptor
)
@
Deprecated
(
)
public
void
setInterceptor
(
NotificationConfig.Interceptor
interceptor
)
本地通知拦截器
set
Notification
Channel
Link copied to clipboard
public
void
setNotificationChannel
(
NotificationChannel channel
)
set
Title
Type
Link copied to clipboard
public
void
setTitleType
(
NotificationConfig.TitleType
type
)