Class TextViewUtils

  • All Implemented Interfaces:

    
    public class TextViewUtils
    
                        

    处理 textMessage 和 ReferenceMessage 的文本内容

    • Constructor Detail

      • TextViewUtils

        TextViewUtils()
    • Method Detail

      • getSpannable

         static SpannableStringBuilder getSpannable(String content, TextViewUtils.RegularCallBack callBack)
        Parameters:
        content - 替换内容
        callBack - 异步请求回调
        Returns:

        内容的 spannable

      • getSpannable

         static SpannableStringBuilder getSpannable(String content, boolean regular, TextViewUtils.RegularCallBack callBack)
        Parameters:
        content - 替换内容
        callBack - 异步请求回调
        Returns:

        内容的 spannable

      • getRichSpannable

         static SpannableStringBuilder getRichSpannable(String content, TextViewUtils.RegularCallBack callBack, int foregroundColor)
        Parameters:
        content - 替换内容
        callBack - 异步请求回调
        Returns:

        内容的 spannable