◆ Example()
FiftyOne.DeviceDetection.Examples.OnPremise.UpdateDataFile.Program.Example.Example | ( | DeviceDetectionPipelineBuilder | pipelineBuilder, |
DeviceDetectionHashEngineBuilder | engineBuilder, | ||
CompletionListener | completionListener, | ||
ILogger< Example > | logger | ||
) |
Constructor
- Parameters
-
- pipelineBuilder - A builder used to create a pipeline that includes device detection.
- engineBuilder - A builder used to create an on-premise device detection engine. Generally, we wouldn't need this in addition to the pipeline builder above. In this example, we use it to check information about the data file before creating the full pipeline.
- completionListener - A helper class that is used to watch for events that signal data updates have completed.
- logger -