Interface UiHelper.RendererCallback

    • Method Detail

      • onNativeWindowChanged

        void onNativeWindowChanged​(android.view.Surface surface)
        Called when the underlying native window has changed.
      • onDetachedFromSurface

        void onDetachedFromSurface()
        Called when the surface is going away. After this call isReadyToRender() returns false. You MUST have stopped drawing when returning. This is called from detach() or if the surface disappears on its own.
      • onResized

        void onResized​(int width,
                       int height)
        Called when the underlying native window has been resized.