OMCConversationActivity Class Reference

Inherits from NSObject
Declared in OMCConversationActivity.h

Overview

This key is used in the OMCConversationActivity data object.

  role

the role of who is performing the typing activity

@property (readonly) NSString *role

Declared In

OMCConversationActivity.h

  type

the type of activity that is being triggered. Could be either OMCConversationActivityTypeTypingStart, OMCConversationActivityTypeTypingStop or OMCConversationActivityTypeConversationRead

@property (readonly) NSString *type

Declared In

OMCConversationActivity.h

  data

additional data for this activity. Posible values are the appMaker’s ‘name’ and/or ‘avatarUrl’

@property (readonly, nullable) NSDictionary *data

Declared In

OMCConversationActivity.h

  appMakerLastRead

date when the appMaker last read user messages for activities of type OMCConversationActivityTypeConversationRead

@property (readonly, nullable) NSDate *appMakerLastRead

Declared In

OMCConversationActivity.h