GetNotificationQuietHoursCallback

Callback for retrieving the Do Not Disturb time settings for message notifications.

Functions

Link copied to clipboard
public abstract void onError(RongIMClient.ErrorCode errorCode)
Error occurred while retrieving the Do Not Disturb time for message notifications.
Link copied to clipboard
public final void onSuccess(String s)
Callback triggered on success.
public abstract void onSuccess(String startTime, int spanMinutes)
Successfully retrieved the Do Not Disturb time for message notifications.

Inherited functions

Link copied to clipboard
public void onCallback(T t)
Link copied to clipboard
public void onFail(int errorCode)
public void onFail(RongIMClient.ErrorCode errorCode)