Package 

Interface ReactTextViewManagerCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onPostProcessSpannable(Spannable text) Callback executed right after the Spannable object is created by React.
      • Methods inherited from class java.lang.Object

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

      • onPostProcessSpannable

         abstract void onPostProcessSpannable(Spannable text)

        Callback executed right after the Spannable object is created by React.

        This callback can be used by different implementations of ReactTextViewManager to customizeSpannable or extend managed created by React.