Class PlatformOverlayView

All Implemented Interfaces:
Drawable.Callback, AccessibilityEventSource, KeyEvent.Callback, RenderSurface

public class PlatformOverlayView extends FlutterImageView
A host view for Flutter content displayed over a platform view.
  • Constructor Details

    • PlatformOverlayView

      public PlatformOverlayView(@NonNull Context context, int width, int height, @NonNull io.flutter.plugin.platform.AccessibilityEventsDelegate accessibilityDelegate)
    • PlatformOverlayView

      public PlatformOverlayView(@NonNull Context context)
    • PlatformOverlayView

      public PlatformOverlayView(@NonNull Context context, @NonNull AttributeSet attrs)
  • Method Details