MoEngageInAppFCTagOperator

public enum MoEngageInAppFCTagOperator

Tag matching operator for FC rules. Public enum required for use in public model objects (MoEngageInAppFCTagRule)

  • any

    At least one tag matches (OR logic) - corresponds to “any_t” in fc_settings

    Declaration

    Swift

    case any
  • all

    All tags must match (AND logic) - corresponds to “all_t” in fc_settings

    Declaration

    Swift

    case all