Initializes an instance of the MessageInterceptor class, using the specified applicationLaunchId, and a value indicating whether to use the application's form thread to process events.
- applicationLaunchId (String)
- Unique identifier for the MessageInterceptor.
- useFormThread (Boolean)
- Use the application's form thread to process events. You need to use this to manipulate UI from within an event. If your application does not contain a form, then this should be set to false.