TWMMember Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TWMMember.h |
– identity
Returns the username. (Deprecated: Please use userInfo.identity instead.)
- (NSString *)identityReturn Value
The username for this member.
Discussion
Returns the username.
Declared In
TWMMember.h
userInfo
The info for this member.
@property (nonatomic, strong, readonly) TWMUserInfo *userInfoDiscussion
The info for this member.
Declared In
TWMMember.h
lastConsumedMessageIndex
Index of the last Message the Member has consumed in this Channel.
@property (nonatomic, copy, readonly) NSNumber *lastConsumedMessageIndexDiscussion
Index of the last Message the Member has consumed in this Channel.
Declared In
TWMMember.h
lastConsumptionTimestamp
Timestamp the last consumption updated for the Member in this Channel.
@property (nonatomic, copy, readonly) NSString *lastConsumptionTimestampDiscussion
Timestamp the last consumption updated for the Member in this Channel.
Declared In
TWMMember.h
lastConsumptionTimestampAsDate
Timestamp the last consumption updated for the Member in this Channel as an NSDate.
@property (nonatomic, strong, readonly) NSDate *lastConsumptionTimestampAsDateDiscussion
Timestamp the last consumption updated for the Member in this Channel as an NSDate.
Declared In
TWMMember.h