Interface PlatformViewsChannel.PlatformViewBufferResized
-
- Enclosing class:
- PlatformViewsChannel
public static interface PlatformViewsChannel.PlatformViewBufferResized
Allows to notify when a platform view buffer has been resized.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(PlatformViewsChannel.PlatformViewBufferSize bufferSize)
-
-
-
Method Detail
-
run
void run(@Nullable PlatformViewsChannel.PlatformViewBufferSize bufferSize)
-
-