toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.example.notification
/
NotificationConsts
/
ChannelInfo
Channel
Info
open
class
ChannelInfo
Members
Constructors
Channel
Info
Link copied to clipboard
constructor
(
channel
:
String
,
title
:
Int
,
description
:
Int
,
importance
:
Int
,
needSound
:
Boolean
)
Properties
channel
Link copied to clipboard
open
var
channel
:
String
custom
Sound
Link copied to clipboard
open
var
customSound
:
Int
description
Link copied to clipboard
open
var
description
:
Int
importance
Link copied to clipboard
open
var
importance
:
Int
need
Sound
Link copied to clipboard
open
var
needSound
:
Boolean
title
Link copied to clipboard
open
var
title
:
Int
Functions
custom
Sound
Link copied to clipboard
open
fun
customSound
(
customSound
:
Int
)
:
NotificationConsts.ChannelInfo