MoEngageInAppContainerView
extension MoEngageInAppContainerView: MoEngageInAppWidgetResizingCallbackListnerDelegate
Border management extension for the base container view class
-
Handle widget resize callback to update container borders This ensures borders maintain their visual thickness during resize operations
Declaration
Swift
@MainActor public func resized( to displaySize: MoEngageInAppDisplaySize, in container: MoEngageInAppContainer, xScale: CGFloat, yScale: CGFloat )Parameters
displaySizeThe new display size (minimized/fullscreen)
containerThe container in which resizing happened
xScaleThe x-axis resize scale factor
yScaleThe y-axis resize scale factor