SCSChatActor
@interface SCSChatActor : NSObject
Description of the actor chatting in a session.
-
Name of the actor.
Declaration
Objective-C
@property (readonly, copy, nonatomic) NSString *name;Swift
var name: String! { get } -
Time of the most recent activity.
Declaration
Objective-C
@property (readonly, strong, nonatomic) NSDate *lastActivity;Swift
var lastActivity: Date! { get }
Install in Dash
SCSChatActor Class Reference