Commit 91279905 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add RoomDialogContract.kt

parent 9ef3355a
package chat.rocket.android.fragment.chatroom.dialog
interface RoomDialogContract {
interface View {
fun showPinnedMessages()
fun showFavoriteMessages()
fun showFileList()
fun showMemberList()
}
interface Presenter {
fun getDataSet(roomId: String,
roomName: String,
roomType: String,
hostname: String,
token: String,
userId: String,
action: Int)
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment