MoEngageInAppRules

@objc
public class MoEngageInAppRules : NSObject

InApp Display Rules

  • ScreenName to which inapp was configured in dashboard

    Declaration

    Swift

    @available(*, deprecated, message: "Use screenNames instead.")
    @objc
    public var screenName: String?
  • Contexts array that was configured in dashboard

    Declaration

    Swift

    @objc
    public var contexts: [String]
  • ScreenNames to which inapp was configured in dashboard

    Declaration

    Swift

    @objc
    public var screenNames: [String]
  • Declaration

    Swift

    @objc
    public init(screenNames: [String] = [], contexts: [String] = [])
  • Declaration

    Swift

    public override var description: String { get }