addUserDefinedType static method
Set user defined types for tracing elements.
This will allow UXCam to recognize custom widgets as traceable elements.
types
is a list of Type objects.
Implementation
static void addUserDefinedType(Type type) {
UxTraceableElement.addUserDefinedType(type);
}