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