LocationMessage
open class LocationMessage(val description: String, val latitude: Double, val longitude: Double, val previewUrl: String? = null) : ContentMessage<Any> , Parcelable
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun paintConversationHolder(adapter: ConversationAdapter, holder: BaseAdapter.BaseViewHolder, position: Int, context: Context, message: MessageModel, chat: ChatModel, me: ChatUserModel, callback: ContentEventActions)
Link copied to clipboard