toggle menu
Android-RTCLib-SDK
5.6.9
cn.rongcloud.rtc
switch theme
search in API
Android-RTCLib-SDK
/
cn.rongcloud.rtc.base
/
AsyncResult
/
TemporaryResult
/
setAndNotify
set
And
Notify
public
synchronized
void
setAndNotify
(
T
data
)
设置结果、清空 RTCErrorCode 并唤醒等待线程
public
synchronized
void
setAndNotify
(
RTCErrorCode errorCode
)
设置错误码并唤醒线程
public
synchronized
void
setAndNotify
(
RTCErrorCode errorCode
,
T
data
)