Java com.facebook.react.views.text TextInlineImageSpan fields, constructors, methods, implement or subclass

Example usage for Java com.facebook.react.views.text TextInlineImageSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.facebook.react.views.text TextInlineImageSpan.

The text is from its open source code.

Method

DrawablegetDrawable()
Get the drawable that is span represents.
voidonAttachedToWindow()
Called by the text view from View#onAttachedToWindow() .
voidonDetachedFromWindow()
Called by the text view from View#onDetachedFromWindow() ,
voidonFinishTemporaryDetach()
Called by the text view from View#onFinishTemporaryDetach() .
voidonStartTemporaryDetach()
Called by the text view from View#onStartTemporaryDetach() .
voidpossiblyUpdateInlineImageSpans(Spannable spannable, TextView view)
For TextInlineImageSpan we need to update the Span to know that the window is attached and the TextView that we will set as the callback on the Drawable.