- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.thingclips.smart.android.ble.api.DataChannelListener
 
 public abstract class DataCustom2ChannelListener extends DataCustomChannelListener DataCustom2ChannelListener is used to report the received-dps-data to caller, and it will notify the caller with upload progress 、 upload result. 
- 
                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonDpsReceived(List<ChannelDataDps> channelDataDpsList)a callback for dps receivedonDpsReceived will be called when the dps have been sent from device completely. abstract voidonUploadProgress(int uploadProgress)report upload cloud 's progress to caller - 
                                            
                                        
                                            Methods inherited from class com.thingclips.smart.android.ble.api.DataCustomChannelListeneronDataFinish, onProgress, onSuccess
- 
                                            
                                        
                                            Methods inherited from class com.thingclips.smart.android.ble.api.DataChannelListeneronFail
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onDpsReceivedabstract void onDpsReceived(List<ChannelDataDps> channelDataDpsList) a callback for dps receivedonDpsReceived will be called when the dps have been sent from device completely. - Parameters:
- channelDataDpsList- the dps list from device
 
 - 
                                        onUploadProgressabstract void onUploadProgress(int uploadProgress) report upload cloud 's progress to caller - Parameters:
- uploadProgress- progress of upload cloud
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-