SCSChatMenuSelectionEvent

@interface SCSChatMenuSelectionEvent : NSObject <SCSChatEvent>

Information related to a menu selection event.

  • The text of the selected menu item.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSString *text;

    Swift

    var text: String! { get }