Package 

Class MultiSourceHelper.MultiSourceResult

    • Method Summary

      Modifier and Type Method Description
      ImageSource getBestResult() Get the best result overall (closest in size to the view's size).
      ImageSource getBestResultInCache() Get the best result (closest in size to the view's size) that is also in cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBestResult

        @Nullable() ImageSource getBestResult()

        Get the best result overall (closest in size to the view's size). Can be null if there wereno sources to choose from, or if there were more than 1 sources but width/height were 0.