ContentSizeChangeEvent

constructor(surfaceId: Int, viewTag: Int, width: Int, height: Int)


constructor(viewTag: Int, width: Int, height: Int)

Deprecated

Please specify surfaceId explicitly in the constructor.

Replace with

constructor(surfaceId, viewTag, width, height)