|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithOther: |
| Constructor, with another response object. More... | |
| (id) | - initWithType:response_data: |
| Constructor, with parameters. More... | |
| (void) | - set:response_data: |
| Set value. More... | |
Properties | |
| NSData * | response_data |
| Response content. | |
| FSResponseResponseType | type |
| Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values. | |
This class represents a response for a certificate.
| - (id) initWithOther: | (FSResponse*) | other |
Constructor, with another response object.
| [in] | other | Another response object. |
| - (id) initWithType: | (FSResponseResponseType) | type | |
| response_data: | (NSData *) | response_data | |
Constructor, with parameters.
| [in] | type | Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values. |
| [in] | response_data | Response content. |
| - (void) set: | (FSResponseResponseType) | type | |
| response_data: | (NSData *) | response_data | |
Set value.
| [in] | type | Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values. |
| [in] | response_data | Response content. |