Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum HTTPMethod : String
  • The policy to be applied by this domain block.

    • silence = Account posts from this domain will be hidden by default
    • suspend = All incoming data from this domain will be rejected
    • noop = Do nothing. Allows for rejecting media or reports
    See more

    Declaration

    Swift

    public enum DomainBlockSeverity : String, Codable, Hashable
  • Undocumented

    See more

    Declaration

    Swift

    public enum ListRepliesPolicy : String, Hashable, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum AttachmentType : String, Codable, Hashable, Sendable
  • Timelines that we can get posts for, or create streams of posts from

    See more

    Declaration

    Swift

    public enum Timeline : Hashable, Sendable
    extension Timeline: TootStream
  • Undocumented

    See more

    Declaration

    Swift

    public enum TootGrantType : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum TootSDKError : Error, LocalizedError, Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public enum TootSDKFlavour : String, Codable, Sendable, CaseIterable
  • A list of stream types which return Account

    See more

    Declaration

    Swift

    public enum AccountTootStreams : Hashable, Sendable
    extension AccountTootStreams: TootStream