public static interface ReactFindViewUtil.OnViewFoundListener
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNativeId()
Returns the native id of the view of interest
|
void |
onViewFound(android.view.View view)
Called when the view has been found
|