public StRclickableSpan(StReadMoreOption option, AppCompatTextView textView, ICharSequence text, StTools.StTypeText type) { Option = option; TextView = textView; Text = text; Type = type; }
public StRunnable(StReadMoreOption option, TextView textView, ICharSequence text) { try { Option = option; TextView = textView; Text = text; } catch (Exception e) { Methods.DisplayReportResultTrack(e); } }
public StRunnable(StReadMoreOption option, AppCompatTextView textView, ICharSequence text) { Option = option; TextView = textView; Text = text; }