JMSGPromptContent Class Reference

Inherits from JMSGAbstractContent : NSObject
Conforms to NSCopying
Declared in JMSGPromptContent.h

Overview

此 MessageContent 类型仅由 SDK 主动创建,上层做展示用,不能当做发送的消息体。

  promptText

获取提示信息

@property (nonatomic, strong, readonly) NSString *promptText

Discussion

消息提示文字

Declared In

JMSGPromptContent.h

  promptType

提示性消息的类型

@property (nonatomic, assign, readonly) JMSGPromptContentType promptType

Discussion

比如:消息撤回提示、后台自定义消息提示等

Declared In

JMSGPromptContent.h