Package 

Interface Result


  • 
    public interface Result<T extends Object>
    
                        

    Represents the result of an operation - typically loading - that can be in a loading, error, or success state. This includes Rive file loading. The Success result must be unwrapped to the value, e.g. through Kotlin's when/is statements.