Foxit PDF SDK
|
Structure that represents the client information which is used to apply for a client ID from ConnectedPDF server.
More...
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
Properties | |
NSString * | device_id |
The device ID that represents a device. | |
NSString * | device_model |
The device model. | |
NSString * | device_name |
The device name. | |
NSString * | mac_address |
The MAC address. | |
NSString * | os |
The operation system. | |
NSString * | product_language |
The language of the product. | |
NSString * | product_name |
The product name of a ConnectedPDF client. | |
NSString * | product_vendor |
The vendor of the product. | |
NSString * | product_version |
The version of the product. | |
Structure that represents the client information which is used to apply for a client ID from ConnectedPDF server.
The client ID represents a ConnectedPDF client running on a device. The client should apply for a client ID once, then cache it and reuse it.