-
Notifications
You must be signed in to change notification settings - Fork 2
nim_def.team_def
- NIMTeamBeInviteMode
- NIMTeamInviteMode
- NIMTeamUpdateInfoMode
- NIMTeamUpdateCustomMode
- NIMTeamMuteType
- NIMTeamBitsConfigMask
- NIMTeamType
- NIMTeamUserType
- NIMTeamJoinMode
- NIMTeamQueryType
- TeamEventCallback
- QueryAllMyTeamsCallback
- QueryAllMyTeamsInfoCallback
- QueryTeamMyAllMemberInfosCallback
- QueryTeamMembersCallback
- QueryTeamMemberCallback
- QueryTeamInfoCallback
- QueryTeamMembersOnlineCallback
- QueryTeamMembersInvitorCallback
- QueryTeamsInfoCallback
- TeamMsgAckReadCallback
- UpdateTInfoLocalCallback
- GetTeamInfoBatchSFTransCallback
- GetTeamInfoListCallback
Ƭ TeamEventCallback: (result
: TeamEvent
) => void
▸ (result
): void
Name | Type |
---|---|
result |
TeamEvent |
void
ts/nim_def/team_def.ts:132
Ƭ QueryAllMyTeamsCallback: (count
: number
, result
: string
[]) => void
▸ (count
, result
): void
Name | Type |
---|---|
count |
number |
result |
string [] |
void
ts/nim_def/team_def.ts:133
Ƭ QueryAllMyTeamsInfoCallback: (count
: number
, result
: TeamInfo
[]) => void
▸ (count
, result
): void
Name | Type |
---|---|
count |
number |
result |
TeamInfo [] |
void
ts/nim_def/team_def.ts:134
Ƭ QueryTeamMyAllMemberInfosCallback: (count
: number
, result
: TeamMemberProperty
[]) => void
▸ (count
, result
): void
Name | Type |
---|---|
count |
number |
result |
TeamMemberProperty [] |
void
ts/nim_def/team_def.ts:135
Ƭ QueryTeamMembersCallback: (tid
: string
, count
: number
, result
: TeamMemberProperty
[]) => void
▸ (tid
, count
, result
): void
Name | Type |
---|---|
tid |
string |
count |
number |
result |
TeamMemberProperty [] |
void
ts/nim_def/team_def.ts:136
Ƭ QueryTeamMemberCallback: (result
: TeamMemberProperty
) => void
▸ (result
): void
Name | Type |
---|---|
result |
TeamMemberProperty |
void
ts/nim_def/team_def.ts:137
Ƭ QueryTeamInfoCallback: (tid
: string
, result
: TeamInfo
) => void
▸ (tid
, result
): void
Name | Type |
---|---|
tid |
string |
result |
TeamInfo |
void
ts/nim_def/team_def.ts:138
Ƭ QueryTeamMembersOnlineCallback: (rescode
: NIMResCode
, count
: number
, result
: TeamMemberProperty
[]) => void
▸ (rescode
, count
, result
): void
Name | Type |
---|---|
rescode |
NIMResCode |
count |
number |
result |
TeamMemberProperty [] |
void
ts/nim_def/team_def.ts:139
Ƭ QueryTeamMembersInvitorCallback: (rescode
: NIMResCode
, count
: number
, result
: Map
<string
, string
>) => void
▸ (rescode
, count
, result
): void
Name | Type |
---|---|
rescode |
NIMResCode |
count |
number |
result |
Map <string , string > |
void
ts/nim_def/team_def.ts:140
Ƭ QueryTeamsInfoCallback: (count
: number
, result
: TeamInfo
[]) => void
▸ (count
, result
): void
Name | Type |
---|---|
count |
number |
result |
TeamInfo [] |
void
ts/nim_def/team_def.ts:141
Ƭ TeamMsgAckReadCallback: (tid
: string
, success_ids
: string
[], failure_ids
: string
[], ignored_ids
: string
[]) => void
▸ (tid
, success_ids
, failure_ids
, ignored_ids
): void
Name | Type |
---|---|
tid |
string |
success_ids |
string [] |
failure_ids |
string [] |
ignored_ids |
string [] |
void
ts/nim_def/team_def.ts:142
Ƭ UpdateTInfoLocalCallback: (success_ids
: string
[], failure_ids
: string
[]) => void
▸ (success_ids
, failure_ids
): void
Name | Type |
---|---|
success_ids |
string [] |
failure_ids |
string [] |
void
ts/nim_def/team_def.ts:143
Ƭ GetTeamInfoBatchSFTransCallback: (count
: number
, infos
: TeamInfo
[]) => void
▸ (count
, infos
): void
Name | Type |
---|---|
count |
number |
infos |
TeamInfo [] |
void
ts/nim_def/team_def.ts:144
Ƭ GetTeamInfoListCallback: (rescode
: NIMResCode
, infos
: TeamInfo
[], failure_ids
: string
[]) => void
▸ (rescode
, infos
, failure_ids
): void
Name | Type |
---|---|
rescode |
NIMResCode |
infos |
TeamInfo [] |
failure_ids |
string [] |
void
ts/nim_def/team_def.ts:145
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def