Common

public class Common

Datatypes and serializers for the common namespace

  • The PathRoot union

    See more

    Declaration

    Swift

    public enum PathRoot : CustomStringConvertible, JSONRepresentable
  • The PathRootError union

    See more

    Declaration

    Swift

    public enum PathRootError : CustomStringConvertible, JSONRepresentable
  • Information about current user’s root.

    See more

    Declaration

    Swift

    public class RootInfo : CustomStringConvertible, JSONRepresentable
  • Root info when user is member of a team with a separate root namespace ID.

    See more

    Declaration

    Swift

    public class TeamRootInfo : Common.RootInfo
  • 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.

    Declaration

    Swift

    public class UserRootInfo : Common.RootInfo