Package io.rong.imlib
        Class IRongCoreCallback.GetNotificationQuietHoursCallbackEx
- 
                    
                    - All Implemented Interfaces:
 
 public abstract class IRongCoreCallback.GetNotificationQuietHoursCallbackEx extends IRongCoreCallback.ResultCallback<T> 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description IRongCoreCallback.GetNotificationQuietHoursCallbackEx()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonSuccess(String startTime, int spanMinutes, IRongCoreEnum.PushNotificationQuietHoursLevel level)Successfully retrieved the Do Not Disturb time settings for message notifications. final voidonSuccess(String s)Callback triggered upon success. abstract voidonError(IRongCoreEnum.CoreErrorCode coreErrorCode)Error occurred while fetching the Do Not Disturb time for message notifications. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onSuccessabstract void onSuccess(String startTime, int spanMinutes, IRongCoreEnum.PushNotificationQuietHoursLevel level) Successfully retrieved the Do Not Disturb time settings for message notifications. - Parameters:
- startTime- Start time in the format HH:MM:SS.
- spanMinutes- Interval in minutes, where 0 <spanMinutes <1440.
 
 - 
                                        onSuccessfinal void onSuccess(String s) Callback triggered upon success. 
 - 
                                        onErrorabstract void onError(IRongCoreEnum.CoreErrorCode coreErrorCode) Error occurred while fetching the Do Not Disturb time for message notifications. - Parameters:
- coreErrorCode- Error code for fetching the Do Not Disturb time for message notifications.
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-