コード例 #1
0
 public StRclickableSpan(StReadMoreOption option, AppCompatTextView textView, ICharSequence text, StTools.StTypeText type)
 {
     Option   = option;
     TextView = textView;
     Text     = text;
     Type     = type;
 }
コード例 #2
0
 public StRunnable(StReadMoreOption option, TextView textView, ICharSequence text)
 {
     try
     {
         Option   = option;
         TextView = textView;
         Text     = text;
     }
     catch (Exception e)
     {
         Methods.DisplayReportResultTrack(e);
     }
 }
コード例 #3
0
 public StRunnable(StReadMoreOption option, AppCompatTextView textView, ICharSequence text)
 {
     Option   = option;
     TextView = textView;
     Text     = text;
 }