MessageContent

class MessageContent : DataModel

메시지 전송 내용
Message information

Constructors

Link copied to clipboard
constructor()
constructor(vid: String, uid: String, message: String, imageUrl: String, thumbnailUrl: String, usePush: Boolean)
constructor(vid: String, uid: String, message: String, imageUrl: String, thumbnailUrl: String, usePush: Boolean, invite: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var uid: String
Link copied to clipboard
Link copied to clipboard
var vid: String

Functions

Link copied to clipboard
fun toDataModel(jsonData: JSONObject)

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String