MoEngageInAppConfig
@objc
public class MoEngageInAppConfig : NSObject
Class to configure the InApp.
-
If yes , callback is provided through MoEngageInAppNativeDelegate method
Declaration
Swift
@objc public var shouldProvideDeeplinkCallback: Bool
-
Init method for MoEngageInAppConfig
Declaration
Swift
@objc public init(safeAreaInset: CGFloat)
Parameters
safeAreaInset
Inset value for nudge placement
-
Init method for MoEngageInAppConfig
Declaration
Swift
@objc public init(shouldProvideDeeplinkCallback: Bool = false)
Parameters
safeAreaInset
Inset value for nudge placement
-
Init method for MoEngageInAppConfig
Declaration
Swift
@objc public init(safeAreaInset: CGFloat, shouldProvideDeeplinkCallback: Bool)