Supported Formats Adapter
            Internal use only.
class SupportedFormatsAdapter extends RecyclerView.Adapter<SupportedFormatsAdapter.FormatItemViewHolder>
Content copied to clipboard
Constructors
SupportedFormatsAdapter
                        
                  Link copied to clipboard
                      
                    
                  void SupportedFormatsAdapter(GiniVisionFeatureConfiguration giniVisionFeatureConfiguration)
Content copied to clipboard
Types
FormatInfo
                        
                  Link copied to clipboard
                      
                    
                  interface FormatInfo
Content copied to clipboard
FormatItemViewHolder
                        
                  Link copied to clipboard
                      
                    
                  Functions
bindViewHolder
                        
                  Link copied to clipboard
                      
                    
                  createViewHolder
                        
                  Link copied to clipboard
                      
                    
                  getItemCount
                        
                  Link copied to clipboard
                      
                    
                  abstract int getItemCount()
Content copied to clipboard
int getItemCount()
Content copied to clipboard
getItemViewType
                        
                  Link copied to clipboard
                      
                    
                  hasObservers
                        
                  Link copied to clipboard
                      
                    
                  final boolean hasObservers()
Content copied to clipboard
hasStableIds
                        
                  Link copied to clipboard
                      
                    
                  final boolean hasStableIds()
Content copied to clipboard
notifyDataSetChanged
                        
                  Link copied to clipboard
                      
                    
                  final void notifyDataSetChanged()
Content copied to clipboard
notifyItemChanged
                        
                  Link copied to clipboard
                      
                    
                  notifyItemInserted
                        
                  Link copied to clipboard
                      
                    
                  notifyItemMoved
                        
                  Link copied to clipboard
                      
                    
                  notifyItemRangeChanged
                        
                  Link copied to clipboard
                      
                    
                  notifyItemRangeInserted
                        
                  Link copied to clipboard
                      
                    
                  notifyItemRangeRemoved
                        
                  Link copied to clipboard
                      
                    
                  notifyItemRemoved
                        
                  Link copied to clipboard
                      
                    
                  onAttachedToRecyclerView
                        
                  Link copied to clipboard
                      
                    
                  onBindViewHolder
                        
                  Link copied to clipboard
                      
                    
                  void onBindViewHolder(SupportedFormatsAdapter.FormatItemViewHolder holder, int position)
Content copied to clipboard
onCreateViewHolder
                        
                  Link copied to clipboard
                      
                    
                  SupportedFormatsAdapter.FormatItemViewHolder onCreateViewHolder(ViewGroup parent, int viewType)
Content copied to clipboard
onDetachedFromRecyclerView
                        
                  Link copied to clipboard
                      
                    
                  onFailedToRecycleView
                        
                  Link copied to clipboard
                      
                    
                  onViewAttachedToWindow
                        
                  Link copied to clipboard
                      
                    
                  onViewDetachedFromWindow
                        
                  Link copied to clipboard
                      
                    
                  onViewRecycled
                        
                  Link copied to clipboard
                      
                    
                  registerAdapterDataObserver
                        
                  Link copied to clipboard
                      
                    
                  void registerAdapterDataObserver(RecyclerView.AdapterDataObserver observer)
Content copied to clipboard
setHasStableIds
                        
                  Link copied to clipboard
                      
                    
                  unregisterAdapterDataObserver
                        
                  Link copied to clipboard
                      
                    
                  void unregisterAdapterDataObserver(RecyclerView.AdapterDataObserver observer)
Content copied to clipboard