NXMLegStatusEvent
Represents a leg status event that can be received on an NXMConversation.
-
A list of previous legs.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSMutableArray<NXMLeg *> *history;Swift
var history: NSMutableArray { get }
NXMLegStatusEvent Class Reference