Check
-
The
EchoArgstruct.EchoArg contains the arguments to be sent to the Dropbox servers.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBCHECKEchoArg : NSObject <DBSerializable, NSCopying>Swift
class DBCHECKEchoArg : NSObject, DBSerializable, NSCopying -
The
EchoResultstruct.EchoResult contains the result returned from the Dropbox servers.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBCHECKEchoResult : NSObject <DBSerializable, NSCopying>Swift
class DBCHECKEchoResult : NSObject, DBSerializable, NSCopying
View on GitHub
Check Reference