Class PlatformViewWrapper

All Implemented Interfaces:
Drawable.Callback, AccessibilityEventSource, KeyEvent.Callback, ViewManager, ViewParent

public class PlatformViewWrapper extends FrameLayout
Wraps a platform view to intercept gestures and project this view onto a PlatformViewRenderTarget.

An Android platform view is composed by the engine using a TextureLayer. The view is embeded to the Android view hierarchy like a normal view, but it's projected onto a PlatformViewRenderTarget, so it can be efficiently composed by the engine.

Since the view is in the Android view hierarchy, keyboard and accessibility interactions behave normally.