Check
-
The
EchoArg
struct.EchoArg contains the arguments to be sent to the Dropbox servers.
This class implements the
See moreDBSerializable
protocol (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
EchoResult
struct.EchoResult contains the result returned from the Dropbox servers.
This class implements the
See moreDBSerializable
protocol (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