Package com.vdocipher.aegis.offline
        Interface OptionsDownloader.Callback
- 
                    
                    - All Implemented Interfaces:
 
 public interface OptionsDownloader.CallbackCallback interface for receiving download options. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonOptionsReceived(DownloadOptions options)Called when options are received. abstract voidonOptionsNotReceived(ErrorDescription errDesc)Called when options could not be fetched. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onOptionsReceivedabstract void onOptionsReceived(DownloadOptions options) Called when options are received. - Parameters:
- options- the available download options
 
 - 
                                        onOptionsNotReceivedabstract void onOptionsNotReceived(ErrorDescription errDesc) Called when options could not be fetched. - Parameters:
- errDesc- error description detailing the error while fetching options
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-