acs_ex v0.3.9 ACS.Session.Script.Vendor View Source
This is the main vendor specific logic module, and the one you want to write if you have stuff that needs to happen in your specific environment.
In the real world you would write a new module that starts acs_ex using the child_spec, giving it the name of your handler module.
That would make acs_ex use your module when initiating the script session.
An example of this is available right next to this module.
Link to this section Summary
Functions
Callback implementation for ACS.SessionScript.session_filter/2
Callback implementation for ACS.SessionScript.session_start/3
Link to this section Functions
Callback implementation for ACS.SessionScript.session_filter/2
.
Callback implementation for ACS.SessionScript.session_start/3
.