MoEngageInAppConfigurationHandler
@objcMembers
public final class MoEngageInAppConfigurationHandler : NSObject
This class can be used for all inapp instance agnostic behaviour
-
Declaration
Swift
public static let sharedInstance: MoEngageInAppConfigurationHandler -
Store nudgeview attached with passed view controller.
Declaration
Swift
@objc(trackNudgeView:onController:sdkInstance:) public func track( nudgeView: MoEngageInAppPrimaryContainerView, onController controller: UIViewController, sdkInstance: MoEngageSDKInstance )Parameters
nudgeViewThe view to track.
controllerThe view controller nudge displayed at.
sdkInstanceThe current SDK instance.