TWMMessage Class Reference

Inherits from NSObject
Declared in TWMMessage.h

Overview

Representation of a Message on an IP Messaging channel.

  sid

The unique identifier for this message.

@property (nonatomic, copy, readonly) NSString *sid

Discussion

The unique identifier for this message.

Declared In

TWMMessage.h

  author

The identity of the author of the message.

@property (nonatomic, copy, readonly) NSString *author

Discussion

The identity of the author of the message.

Declared In

TWMMessage.h

  body

The body of the message.

@property (nonatomic, copy, readonly) NSString *body

Discussion

The body of the message.

Declared In

TWMMessage.h

  timestamp

The timestamp of the message.

@property (nonatomic, copy, readonly) NSString *timestamp

Discussion

The timestamp of the message.

Declared In

TWMMessage.h

  dateUpdated

The timestamp the message was last updated.

@property (nonatomic, copy, readonly) NSString *dateUpdated

Discussion

The timestamp the message was last updated.

Declared In

TWMMessage.h

  lastUpdatedBy

Who the the message was last updated by.

@property (nonatomic, copy, readonly) NSString *lastUpdatedBy

Discussion

Who the the message was last updated by.

Declared In

TWMMessage.h

– updateBody:completion:

Update the body of this message

- (void)updateBody:(NSString *)body completion:(TWMCompletion)completion

Parameters

body

The new body for this message.

completion

Completion block that will specify the result of the operation.

Discussion

Update the body of this message

Declared In

TWMMessage.h