Inheritance diagram for FiftyOne.DeviceDetection.Examples.AppleExampleBase:
Collaboration diagram for FiftyOne.DeviceDetection.Examples.AppleExampleBase:
Static Protected Member Functions
static bool | CheckDataFiles (ILogger logger, DeviceDetectionHashEngine engine, string hashDataFile, string appleDataFile) |
Static Protected Member Functions inherited from FiftyOne.DeviceDetection.Examples.ExampleBase | |
static IEnumerable< string > | GetUserAgents (string userAgentsFile, int count)
Loops around the User-Agents file returning User-Agents until the required number have been returned. More...
|
static IEnumerable< string > | GetUserAgents (string userAgentsFile, int count, int randomness)
Returns User-Agents that have had a number of characters altered. More...
|
static IEnumerable< Dictionary< string, object > > | GetEvidence (TextReader evidenceReader, ILogger logger=null)
Read the specified yaml-formatted stream and return evidence collections. More...
|
static IEnumerable< string > | Report (List< string > input, int count, int maxDistinctUAs, int marks) |
static void | OutputException (Exception ex, int depth=0) |