public interface FlutterUiDisplayListener
View
hierarchy.Modifier and Type | Method and Description |
---|---|
void |
onFlutterUiDisplayed()
Flutter started painting pixels to an Android
View hierarchy. |
void |
onFlutterUiNoLongerDisplayed()
Flutter stopped painting pixels to an Android
View hierarchy. |
void onFlutterUiDisplayed()
View
hierarchy.
This method will not be invoked if this listener is added after the FlutterRenderer
has started painting pixels.
void onFlutterUiNoLongerDisplayed()
View
hierarchy.