TrackerSettings constructor

TrackerSettings(
  1. GetFunction getFunction,
  2. SetFunction setFunction
)

Implementation

TrackerSettings(GetFunction getFunction, SetFunction setFunction)
    : super(getFunction, setFunction);