DeviceInfo
public class DeviceInfo: NSObject
A class with information regarding the device that is currently being manually tested with the Attest framework. This information contains:
- Operating System of the device
- Type
Name
of the device - A short description of the device
-
Places the device information into an NSDictionary.
Declaration
Swift
@objc public static func toDictionary() -> NSDictionary
Return Value
NSDictionary containing the device information. The information includes:
os
: the device’s operating systemname
: the device typedescription
: a brief description of the device