Package 

Class ReactTagSpan

  • All Implemented Interfaces:
    com.facebook.react.views.text.ReactSpan

    
    public class ReactTagSpan
     implements ReactSpan
                        

    Instances of this class are used to place reactTag information of nested text react nodes into spannable text rendered by single TextView

    • Constructor Summary

      Constructors 
      Constructor Description
      ReactTagSpan(int reactTag)
    • Method Summary

      Modifier and Type Method Description
      int getReactTag()
      • Methods inherited from class java.lang.Object

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

      • ReactTagSpan

        ReactTagSpan(int reactTag)