RemoteChatMessage

Superclass:
NSObject
Declared In:

Introduction

The RemoteChatMessage object stores all details relating to a single remote chat message.



Properties

isRead
isRemote
message

isRead


@property (nonatomic) BOOL isRead; 
Discussion

A Boolean value denoting whether or not the message is read.

Availability
v11

isRemote


@property (nonatomic) BOOL isRemote; 
Discussion

A Boolean value denoting if the message is coming from the Web Console (remote) or if the message is from the agent (not remote).

Availability
v11

message


@property (strong,
    nonatomic) NSString *message; 
Discussion

The message text.

Availability
v11