The createMessageHelper() method on NimbusInterface is the core SDK API used by the mobile messaging system for targeting evaluation and string substitution, but it's not documented in experimenter-docs.
Missing documentation:
createMessageHelper(additionalContext?) — factory method returning NimbusMessagingHelperInterface
evalJexl(expression) — evaluate JEXL targeting expressions
stringFormat(template) — string substitution with context attributes
getUuid(template) — generate stable UUIDs for templates
destroy() / clearCache() — lifecycle management
The
createMessageHelper()method onNimbusInterfaceis the core SDK API used by the mobile messaging system for targeting evaluation and string substitution, but it's not documented in experimenter-docs.Missing documentation:
createMessageHelper(additionalContext?)— factory method returningNimbusMessagingHelperInterfaceevalJexl(expression)— evaluate JEXL targeting expressionsstringFormat(template)— string substitution with context attributesgetUuid(template)— generate stable UUIDs for templatesdestroy()/clearCache()— lifecycle management