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

    nudgeView

    The view to track.

    controller

    The view controller nudge displayed at.

    sdkInstance

    The current SDK instance.