NXMLegStatusEvent

Objective-C

@interface NXMLegStatusEvent : NXMEvent

Swift

class NXMLegStatusEvent : NXMEvent

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 }
  • The current leg.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull) NXMLeg *current;

    Swift

    var current: NXMLeg { get }