NXMDirection

Objective-C

@interface NXMDirection : NSObject

Swift

class NXMDirection : NSObject

Directional data from Conversation Service (Conversation API).

  • The type of direction.

    Declaration

    Objective-C

    @property (nonatomic) NXMChannelType type;

    Swift

    var type: NXMChannelType { get set }
  • The data of the direction.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSString *data;

    Swift

    var data: String? { get set }