toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.example.chat.create
Package-level
declarations
Types
Types
Chat
Create
Activity
Link copied to clipboard
open
class
ChatCreateActivity
:
AppCompatActivity
创建群聊样例
Chat
Create
View
Model
Link copied to clipboard
open
class
ChatCreateViewModel
:
AndroidViewModel
第0步:获取得到token 第一步:初始化AK KIMCore.instance().init(AK); 第二步:连接 KIMCore.instance().
User
Bean
Link copied to clipboard
open
class
UserBean
:
Parcelable
User
List
Adapter
Link copied to clipboard
open
class
UserListAdapter
:
RecyclerView.Adapter
<
VH
>