RongCloud React Native IM Wrapper - v5.34.0
Preparing search index...
RCIMDefines
IRCIMIWOperationCallback
Interface IRCIMIWOperationCallback
interface
IRCIMIWOperationCallback
{
onSuccess
?:
()
=>
void
;
onError
?:
(
code
:
number
)
=>
void
;
}
Index
Properties
on
Success?
on
Error?
Properties
Optional
on
Success
onSuccess
?:
()
=>
void
操作成功回调
Optional
on
Error
onError
?:
(
code
:
number
)
=>
void
操作失败回调
code 错误码
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Success
on
Error
RongCloud React Native IM Wrapper - v5.34.0
Loading...
操作成功回调