Package com.vdocipher.aegis.offline
        Class OptionsDownloader
- 
                    
                    - All Implemented Interfaces:
 
 public final class OptionsDownloaderDownloads available track options for a media. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceOptionsDownloader.CallbackCallback interface for receiving download options. 
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description OptionsDownloader(Context context)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description voiddownloadOptionsWithToken(@NonNull() String token, @NonNull() String videoId, String customPlayerId, @NonNull() OptionsDownloader.Callback callback)Request download options with token and playbackInfo. voiddownloadOptionsWithToken(@NonNull() String token, @NonNull() String videoId, String customPlayerId, @NonNull() String languageCode, @NonNull() OptionsDownloader.Callback callback)Request download options with token and playbackInfo. voiddownloadOptionsWithOtp(@NonNull() String otp, @NonNull() String playbackInfo, String customPlayerId, @NonNull() OptionsDownloader.Callback callback)voidcancel()Cancel any ongoing options download. - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        OptionsDownloaderOptionsDownloader(Context context) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        downloadOptionsWithTokenvoid downloadOptionsWithToken(@NonNull() String token, @NonNull() String videoId, String customPlayerId, @NonNull() OptionsDownloader.Callback callback) Request download options with token and playbackInfo. - Parameters:
- token- a valid token
- videoId- a valid videoId
- callback- listener for receiving download options
 
 - 
                                        downloadOptionsWithTokenvoid downloadOptionsWithToken(@NonNull() String token, @NonNull() String videoId, String customPlayerId, @NonNull() String languageCode, @NonNull() OptionsDownloader.Callback callback) Request download options with token and playbackInfo. - Parameters:
- token- a valid token
- videoId- a valid videoId
- languageCode- a valid videoId
- callback- listener for receiving download options
 
 - 
                                        downloadOptionsWithOtpvoid downloadOptionsWithOtp(@NonNull() String otp, @NonNull() String playbackInfo, String customPlayerId, @NonNull() OptionsDownloader.Callback callback) 
 - 
                                        cancelvoid cancel() Cancel any ongoing options download. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-