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