TWTRTimelineFilter Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in TWTRTimelineFilter.h

Overview

Assigning this object to any data source that implements TWTRTimelineDataSource will filter the tweets on that timeline using the provided filter configuration.

  keywords

@property (nonatomic, copy, nullable) NSSet *keywords

  hashtags

@property (nonatomic, copy, nullable) NSSet *hashtags

  handles

@property (nonatomic, copy, nullable) NSSet *handles

  urls

@property (nonatomic, copy, nullable) NSSet *urls

– initWithJSONDictionary:

- (nullable instancetype)initWithJSONDictionary:(nonnull NSDictionary *)dictionary

– new

- (nonnull instancetype)new

– filterCount

- (NSUInteger)filterCount