toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib
/
IRongCoreCallback
/
GetNotificationQuietHoursCallback
Get
Notification
Quiet
Hours
Callback
io.rong.imlib
public
abstract
class
GetNotificationQuietHoursCallback
extends
IRongCoreCallback.ResultCallback
<
T
>
获取消息通知免打扰时间的回调。
Members
Constructors
IRong
Core
Callback.
Get
Notification
Quiet
Hours
Callback
Link copied to clipboard
io.rong.imlib
public
void
IRongCoreCallback.GetNotificationQuietHoursCallback
(
)
Functions
on
Error
Link copied to clipboard
io.rong.imlib
public
abstract
void
onError
(
IRongCoreEnum.CoreErrorCode
coreErrorCode
)
获取消息通知免打扰时间出错。
on
Success
Link copied to clipboard
io.rong.imlib
public
final
void
onSuccess
(
String
s
)
成功时回调。
public
abstract
void
onSuccess
(
String
startTime
,
int spanMinutes
)
获取消息通知免打扰时间成功。
Inherited functions
on
Callback
Link copied to clipboard
io.rong.imlib
public
void
onCallback
(
T
t
)
on
Fail
Link copied to clipboard
io.rong.imlib
public
void
onFail
(
IRongCoreEnum.CoreErrorCode
coreErrorCode
)
public
void
onFail
(
int errorCode
)