CanvasViewDelegate

@objc(PESDKCanvasViewDelegate) public protocol CanvasViewDelegate

The CanvasViewDelegate protocol defines methods that allow you to react to changes of the canvas view.

  • Called when a redraw is requested.

    Declaration

    Swift

    func canvasViewDidRequestRedraw(_ canvasView: CanvasView)

    Parameters

    canvasView

    The canvas view requesting the redraw.