NimbusTargetingHelper

open class NimbusTargetingHelper:
    NimbusTargetingHelperProtocol
  • Declaration

    Swift

    required public init(unsafeFromRawPointer pointer: UnsafeMutableRawPointer)
  • Execute the given jexl expression and evaluate against the existing targeting parameters and context passed to the helper at construction.

    Declaration

    Swift

    open func evalJexl(expression: String) throws -> Bool