Device identifying information.
struct deviceinfo_identifying_data_t {
int pin ;
long long serial_number ;
};
BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Deprecated:
Use deviceinfo_identifying_details_t instead.
The deviceinfo_identifying_data_t structure contains information that uniquely identifies the device. The application must have the read_device_identifying_information capability to access this information. To grant an application the read_device_identifying_information capability, the bar-descriptor.xml file in the application's project must contain the line "<permission>read_device_identifying_information</permission>".