Package io.rong.imkit

Class GlideKitImageEngine

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void loadImage(Context context, String url, ImageView imageView) 加载图片
      void loadFolderImage(Context context, String url, ImageView imageView) 加载相册目录
      void loadAsGifImage(Context context, String url, ImageView imageView) 加载gif
      void loadGridImage(Context context, String url, ImageView imageView) 加载图片列表图片
      void loadConversationListPortrait(Context context, String url, ImageView imageView, Conversation conversation)
      void loadConversationPortrait(Context context, String url, ImageView imageView, Message message)
      • Methods inherited from class java.lang.Object

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

      • GlideKitImageEngine

        GlideKitImageEngine()
    • Method Detail

      • loadImage

         void loadImage(Context context, String url, ImageView imageView)

        加载图片

      • loadFolderImage

         void loadFolderImage(Context context, String url, ImageView imageView)

        加载相册目录

        Parameters:
        context - 上下文
        url - 图片路径
        imageView - 承载图片ImageView
      • loadAsGifImage

         void loadAsGifImage(Context context, String url, ImageView imageView)

        加载gif

        Parameters:
        context - 上下文
        url - 图片路径
        imageView - 承载图片ImageView
      • loadGridImage

         void loadGridImage(Context context, String url, ImageView imageView)

        加载图片列表图片

        Parameters:
        context - 上下文
        url - 图片路径
        imageView - 承载图片ImageView
      • loadConversationListPortrait

         void loadConversationListPortrait(Context context, String url, ImageView imageView, Conversation conversation)
      • loadConversationPortrait

         void loadConversationPortrait(Context context, String url, ImageView imageView, Message message)