TWMMember Class Reference

Inherits from NSObject
Declared in TWMMember.h

Overview

Representation of a Member on an IP Messaging channel.

– identity

Returns the username. (Deprecated: Please use userInfo.identity instead.)

- (NSString *)identity

Return 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 *userInfo

Discussion

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 *lastConsumedMessageIndex

Discussion

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 *lastConsumptionTimestamp

Discussion

Timestamp the last consumption updated for the Member in this Channel.

Declared In

TWMMember.h