SCSChatActor
@interface SCSChatActor : NSObject
Description of the actor chatting in a session.
-
ID for the actor
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *identifier;
Swift
var identifier: String! { get }
-
Name of the actor.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *name;
Swift
var name: String! { get }
-
Type of the actor.
Declaration
Objective-C
@property (nonatomic, readonly) SCSChatActorType type;
Swift
var type: SCSChatActorType { get }