Package io.rong.push.pushconfig
        Interface PushRequestManager.ISetPushTokenResultCallback
- 
                    
                    - All Implemented Interfaces:
 
 public interface PushRequestManager.ISetPushTokenResultCallback
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonSuccess(PushType pushType, String pushToken, String message, Map<String, String> failMap)Callback triggered when the token is successfully set abstract voidonError(PushErrorCode code, String errorInfo)Callback triggered when setting the token fails abstract voidonFail(PushType pushType, PushErrorCode code)Callback for token server-side error returns - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onSuccessabstract void onSuccess(PushType pushType, String pushToken, String message, Map<String, String> failMap) Callback triggered when the token is successfully set - Parameters:
- pushType- Push notification type
- pushToken- The successfully set token value
 
 - 
                                        onErrorabstract void onError(PushErrorCode code, String errorInfo) Callback triggered when setting the token fails - Parameters:
- code- Error code indicating the failure
 
 - 
                                        onFailabstract void onFail(PushType pushType, PushErrorCode code) Callback for token server-side error returns - Parameters:
- pushType- Push notification type
- code- Error code for the failure
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-