Common
- 
                  
                  
The
PathRootunion.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 DBCOMMONPathRoot : NSObject <DBSerializable, NSCopying>Swift
class DBCOMMONPathRoot : NSObject, DBSerializable, NSCopying - 
                  
                  
The
PathRootErrorunion.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 DBCOMMONPathRootError : NSObject <DBSerializable, NSCopying>Swift
class DBCOMMONPathRootError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RootInfostruct.Information about current user’s root.
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 DBCOMMONRootInfo : NSObject <DBSerializable, NSCopying>Swift
class DBCOMMONRootInfo : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamRootInfostruct.Root info when user is member of a team with a separate root namespace ID.
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 DBCOMMONTeamRootInfo : DBCOMMONRootInfo <DBSerializable, NSCopying>Swift
class DBCOMMONTeamRootInfo : DBCOMMONRootInfo, DBSerializable, NSCopying - 
                  
                  
The
UserRootInfostruct.Root info when user is not member of a team or the user is a member of a team and the team does not have a separate root namespace.
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 DBCOMMONUserRootInfo : DBCOMMONRootInfo <DBSerializable, NSCopying>Swift
class DBCOMMONUserRootInfo : DBCOMMONRootInfo, DBSerializable, NSCopying 
View on GitHub
        Common  Reference