Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Properties | List of all members
ABKTwitterUser Class Reference

Properties

NSString * userDescription
 
NSString * twitterName
 
NSString * profileImageUrl
 
NSString * screenName
 
NSInteger followersCount
 
NSInteger friendsCount
 
NSInteger statusesCount
 
NSInteger twitterID
 

Property Documentation

- (NSInteger) followersCount
readwriteatomic

The value returned from Twitter's Users API with key "followers_count". Please refer to https://dev.twitter.com/overview/api/users for more information.

- (NSInteger) friendsCount
readwriteatomic

The value returned from Twitter's Users API with key "friends_count". Please refer to https://dev.twitter.com/overview/api/users for more information.

- (NSString*) profileImageUrl
readwriteatomiccopy

The value returned from Twitter's Users API with key "profile_image_url". Please refer to https://dev.twitter.com/overview/api/users for more information.

- (NSString*) screenName
readwriteatomiccopy

The value returned from Twitter's Users API with key "screen_name". Please refer to https://dev.twitter.com/overview/api/users for more information.

- (NSInteger) statusesCount
readwriteatomic

The value returned from Twitter's Users API with key "statuses_count". Please refer to https://dev.twitter.com/overview/api/users for more information.

- (NSInteger) twitterID
readwriteatomic

The value returned from Twitter's Users API with key "id". Please refer to https://dev.twitter.com/overview/api/users for more information.

- (NSString*) twitterName
readwriteatomiccopy

The value returned from Twitter's Users API with key "name". Please refer to https://dev.twitter.com/overview/api/users for more information.

- (NSString*) userDescription
readwriteatomiccopy

The value returned from Twitter's Users API with key "description". Please refer to https://dev.twitter.com/overview/api/users for more information.