Logo
            interface LogoView
Content copied to clipboard
Interface for logo view.
The logo view implementation class should implement both the LogoView interface and a View class (e.g ImageView).
Functions
request
                    Link copied to clipboard
                        abstract fun requestLayout()
Content copied to clipboard
Call this when something has changed which has invalidated the layout of this view. This will schedule a layout pass of the view tree.
set
                    
                  Link copied to clipboard
                        Properties
Inheritors
LogoViewImpl
                          
                    
                  Link copied to clipboard