SCSChatActor

@interface SCSChatActor : NSObject

Description of the actor chatting in a session.

  • ID for the actor

    Declaration

    Objective-C

    @property (readonly, copy, nonatomic) NSString *identifier;

    Swift

    var identifier: String! { get }
  • Name of the actor.

    Declaration

    Objective-C

    @property (readonly, copy, nonatomic) NSString *name;

    Swift

    var name: String! { get }
  • Type of the actor.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) SCSChatActorType type;

    Swift

    var type: SCSChatActorType { get }