MoEngageInApp

  • Class to configure to InApp

    See more

    Declaration

    Swift

    @objc
    public class MoEngageSDKInApp : NSObject
  • MoEngageInAppCampaign gives all the information about the inApp campaign

    See more

    Declaration

    Swift

    @objc
    public class MoEngageInAppCampaign : MoEngageModelObject
  • MoEngageInAppSelfHandledCampaign gives all the information required for a self-handled inApp campaign

    See more

    Declaration

    Swift

    @objc
    public class MoEngageInAppSelfHandledCampaign : MoEngageInAppCampaign
  • MoEngageInAppAction gives all the information about the inApp action

    See more

    Declaration

    Swift

    @objc
    public class MoEngageInAppAction : MoEngageModelObject
  • Confirm to this protocol to get all the InApp campaigns related callbacks

    See more

    Declaration

    Swift

    @objc
    public protocol MoEngageInAppNativeDelegate : NSObjectProtocol