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
safeAreaInsetInset value for nudge placement
-
Init method for MoEngageInAppConfig
Declaration
Swift
@objc public init(shouldProvideDeeplinkCallback: Bool = false)Parameters
shouldProvideDeeplinkCallbackIf yes , callback is provided through MoEngageInAppNativeDelegate method
-
Init method for MoEngageInAppConfig
Declaration
Swift
@objc public init(safeAreaInset: CGFloat, shouldProvideDeeplinkCallback: Bool)Parameters
safeAreaInsetInset value for nudge placement
shouldProvideDeeplinkCallbackIf yes , callback is provided through MoEngageInAppNativeDelegate method