Classes

The following classes are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public class AppKitAttribStringRenderer
  • A simple renderer to adapt HTML content including custom emojis or render them as plain text

    See more

    Declaration

    Swift

    public class UniversalRenderer
  • Undocumented

    Declaration

    Swift

    public final class TootDecoder : JSONDecoder
  • Undocumented

    See more

    Declaration

    Swift

    public final class TootEncoder : JSONEncoder
  • Represents a user and their associated profile.

    See more

    Declaration

    Swift

    public class Account : Codable, Identifiable, @unchecked Sendable
    extension Account: Hashable
    extension Account: CustomDebugStringConvertible
  • Represents a post posted by an account.

    See more

    Declaration

    Swift

    public class Post : Codable, Identifiable, @unchecked Sendable
    extension Post: Hashable

Initialization

  • Undocumented

    See more

    Declaration

    Swift

    public class TootClient : @unchecked Sendable
    extension TootClient: Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public class TootPresentationAnchor : NSObject, ASWebAuthenticationPresentationContextProviding