addUserDefinedType static method

void addUserDefinedType(
  1. Type type
)

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);
}