MoEngageInAppConfigurationHandler

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

    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.