zdk.objc
Instance Methods | Properties | List of all members
<ZDKResult> Protocol Reference

API invocation status result. More...

#import <ZDKResult.h>

Inheritance diagram for <ZDKResult>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

NSString * text
 Gets the text representation of the status result of API invocation. More...
 
ZDKResultCode code
 Gets the code representation of the status result of API invocation. More...
 

Detailed Description

API invocation status result.

Indicates the status result of API's invocation

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ code

- (ZDKResultCode) code
readnonatomicassign

Gets the code representation of the status result of API invocation.

Returns
The code representation of the status result of API invocation
See also
ResultCode

◆ text

- (NSString*) text
readnonatomicassign

Gets the text representation of the status result of API invocation.

Returns
The text representation of the status result of API invocation

The documentation for this protocol was generated from the following file: