MoEngageInAppPrimaryContainerView
extension MoEngageInAppPrimaryContainerView: MoEngageInAppWidgetResizingDelegate
-
The container widget width.
Declaration
Swift
public var originalWidth: CGFloat { get }
-
The curret display size.
Declaration
Swift
public var currentDisplaySize: MoEngageInAppDisplaySize { get }
-
Add resize callback listner.
Declaration
Swift
@objc(addListner:) public func add(listner: MoEngageInAppWidgetResizingCallbackListnerDelegate)
Parameters
listner
The listner to add.
-
Switch to/from fullscreen.
Declaration
Swift
public func toggleFullscreen(animated: Bool)
Parameters
animated
Whether animation will be applied.
-
Switch to/from fullscreen.
Declaration
Swift
public func toggleFullscreen()
-
Set container display size.
Declaration
Swift
public func setDisplaySize()