Package io.rong.imlib
Class IRongCoreCallback.GetNotificationQuietHoursCallback
-
- All Implemented Interfaces:
public abstract class IRongCoreCallback.GetNotificationQuietHoursCallback extends IRongCoreCallback.ResultCallback<T>
/~english
-
-
Constructor Summary
Constructors Constructor Description IRongCoreCallback.GetNotificationQuietHoursCallback()
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(String startTime, int spanMinutes)
/~english final void
onSuccess(String s)
/~english abstract void
onError(IRongCoreEnum.CoreErrorCode coreErrorCode)
/~english -
-
Method Detail
-
onSuccess
abstract void onSuccess(String startTime, int spanMinutes)
/~english
-
onSuccess
final void onSuccess(String s)
/~english
-
onError
abstract void onError(IRongCoreEnum.CoreErrorCode coreErrorCode)
/~english
-
-
-
-