Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Objective-C
@interface FeedItemData : NSObject @property (nonatomic, assign) FeedItemType type; @property (nonatomic, strong) NSString *block; @property (nonatomic, strong) Text *text; @property (nonatomic, strong) Comment *comment; @property (nonatomic, strong) Like *like; @property (nonatomic, strong) Files *files; @property (nonatomic, strong) Ignore *ignore; @property (nonatomic, strong) Join *join; @property (nonatomic, strong) Leave *leave; @property (nonatomic, strong) Announce *announce; @endSwift
class FeedItemData : NSObject
-
Provides access to Textile account related APIs
See moreDeclaration
Objective-C
@interface AccountApi : NodeDependantSwift
class AccountApi : NodeDependant
-
Provides access to Textile cafes related APIs
See moreDeclaration
Objective-C
@interface CafesApi : NodeDependantSwift
class CafesApi : NodeDependant
-
Provides access to Textile comments related APIs
See moreDeclaration
Objective-C
@interface CommentsApi : NodeDependantSwift
class CommentsApi : NodeDependant
-
Provides access to Textile contacts related APIs
See moreDeclaration
Objective-C
@interface ContactsApi : NodeDependantSwift
class ContactsApi : NodeDependant
-
Provides access to Textile feed related APIs
See moreDeclaration
Objective-C
@interface FeedApi : NodeDependantSwift
class FeedApi : NodeDependant
-
Provides access to Textile files related APIs
See moreDeclaration
Objective-C
@interface FilesApi : NodeDependantSwift
class FilesApi : NodeDependant
-
Provides access to Textile flags related APIs
See moreDeclaration
Objective-C
@interface FlagsApi : NodeDependantSwift
class FlagsApi : NodeDependant
-
Provides access to Textile ignores related APIs
See moreDeclaration
Objective-C
@interface IgnoresApi : NodeDependantSwift
class IgnoresApi : NodeDependant
-
Provides access to Textile invites related APIs
See moreDeclaration
Objective-C
@interface InvitesApi : NodeDependantSwift
class InvitesApi : NodeDependant
-
Provides access to Textile IPFS related APIs
See moreDeclaration
Objective-C
@interface IpfsApi : NodeDependantSwift
class IpfsApi : NodeDependant
-
Provides access to Textile likes related APIs
See moreDeclaration
Objective-C
@interface LikesApi : NodeDependantSwift
class LikesApi : NodeDependant
-
Provides access to Textile logs related APIs
See moreDeclaration
Objective-C
@interface LogsApi : NodeDependantSwift
class LogsApi : NodeDependant
-
Provides access to Textile messages related APIs
See moreDeclaration
Objective-C
@interface MessagesApi : NodeDependantSwift
class MessagesApi : NodeDependant
-
Provides access to Textile notifications related APIs
See moreDeclaration
Objective-C
@interface NotificationsApi : NodeDependantSwift
class NotificationsApi : NodeDependant
-
Provides access to Textile profile related APIs
See moreDeclaration
Objective-C
@interface ProfileApi : NodeDependantSwift
class ProfileApi : NodeDependant
-
Provides access to Textile schemas related APIs
See moreDeclaration
Objective-C
@interface SchemasApi : NodeDependantSwift
class SchemasApi : NodeDependant
-
Provides top level access to the Textile API
See moreDeclaration
Objective-C
@interface Textile : NSObjectSwift
class Textile : NSObject
-
Provides access to Textile threads related APIs
See moreDeclaration
Objective-C
@interface ThreadsApi : NodeDependantSwift
class ThreadsApi : NodeDependant
View on GitHub
Classes Reference