Class PlatformViewsChannel.PlatformViewBufferSize

  • Enclosing class:
    PlatformViewsChannel

    public static class PlatformViewsChannel.PlatformViewBufferSize
    extends Object
    The platform view buffer size.
    • Field Detail

      • width

        public final int width
        The width of the screen buffer.
      • height

        public final int height
        The height of the screen buffer.
    • Constructor Detail

      • PlatformViewBufferSize

        public PlatformViewBufferSize​(int width,
                                      int height)