Package 

Interface TileLayoutRenderer


  • 
    public interface TileLayoutRenderer<T extends Object, R extends Object>
    
                        

    A base class for a synchronous tile and resource render phase.

    It assumes all async suspending work is done by the TileService, and given a single representation of the state, creates a 100% reproducible tile and resources.

    This is designed to allow precise fast Android Studio previews as well as screenshot tests.