toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.example.notification
/
NotificationConsts
Notification
Consts
class
NotificationConsts
Members
Types
Channel
Info
Link copied to clipboard
open
class
ChannelInfo
Properties
CHANNEL_WOA_MESSAGE
Link copied to clipboard
val
CHANNEL_WOA_MESSAGE
:
String
=
"woa_message"
TYPE_MESSAGE_NORMAL
Link copied to clipboard
val
TYPE_MESSAGE_NORMAL
:
Int
=
1
TYPE_UPDATE_PROGRESS
Link copied to clipboard
val
TYPE_UPDATE_PROGRESS
:
Int
=
2
Functions
all
Channels
Link copied to clipboard
open
fun
allChannels
(
)
:
List
<
NotificationConsts.ChannelInfo
>
deprecated
Channels
Link copied to clipboard
open
fun
deprecatedChannels
(
)
:
List
<
String
>
get
Channel
Link copied to clipboard
open
fun
getChannel
(
type
:
Int
)
:
String
get
Channel
Info
Link copied to clipboard
open
fun
getChannelInfo
(
type
:
Int
)
:
NotificationConsts.ChannelInfo