We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A datetime condition should include the following checks:
"before" | "after" | "beforeOrAt" | "afterOrAt" | "equals" | "notEquals"
between a the given context (datetime) and the condition value.
The SdkService should be updated with a new condtion matcher to evaluate this condition.
Status