The file and techniques outlined in js/Custom.js are all still applicable. However, all the routines have been placed into the "hwc" namespace.
Old Global API | New API |
---|---|
customBeforeWorkflowLoad() | hwc.customBeforeHybridAppLoad() |
customAfterWorkflowLoad() | hwc.customAfterHybridAppLoad() |
customBeforeProcessWorkflowMessage() | hwc.customBeforeProcessDataMessage() |
customAfterProcessWorkflowMessage() | hwc.customAfterProcessDataMessage() |