PTDeviceInformation Class Reference
| Inherits from | NSObject |
| Declared in | PTDeviceInformation.h |
Tasks
os
-
osThe name of the operating system running on the device represented by the receiver. (read-only)
property
model
-
modelThe model of the device. Possible examples of model strings are @”iPhone” and @”iPod touch”.(read-only)
property
id
-
idAn alphanumeric string that uniquely identifies a device to the app’s vendor. (read-only)
property
Properties
id
An alphanumeric string that uniquely identifies a device to the app’s vendor. (read-only)
@property (readonly, retain) NSUUID *idDiscussion
An alphanumeric string that uniquely identifies a device to the app’s vendor. (read-only)
Declared In
PTDeviceInformation.hmodel
The model of the device. Possible examples of model strings are @”iPhone” and @”iPod touch”.(read-only)
@property (readonly, retain) NSString *modelDiscussion
The model of the device. Possible examples of model strings are @”iPhone” and @”iPod touch”.(read-only)
Declared In
PTDeviceInformation.h