HardwareCollector
public class HardwareCollector : DeviceCollector
HardwareCollector is responsible for collecting hardware information of the device using ProcessInfo.
-
Name of current collector
Declaration
Swift
public var name: String -
Initializes HardwareCollector instance
Declaration
Swift
public init() -
Collects hardware information using ProcessInfo
Declaration
Swift
public func collect(completion: @escaping DeviceCollectorCallback)Parameters
completioncompletion block
View on GitHub