GetNotificationQuietHoursCallback

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

Constructors

Functions

Link copied to clipboard
public abstract void onError(IRongCoreEnum.CoreErrorCode coreErrorCode)
Error occurred while retrieving the Do Not Disturb time for message notifications.
Link copied to clipboard
public final void onSuccess(String s)
Callback triggered upon 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(IRongCoreEnum.CoreErrorCode coreErrorCode)
public void onFail(int errorCode)