Commit 1ebff5c5 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomListContract.kt

parent 6da2dd63
...@@ -32,8 +32,9 @@ interface RoomListContract { ...@@ -32,8 +32,9 @@ interface RoomListContract {
* Shows a list of members of a room. * Shows a list of members of a room.
* *
* @param dataSet The member data set to show. * @param dataSet The member data set to show.
* @param total The total number of members.
*/ */
fun showMemberList(dataSet: ArrayList<User>) fun showMemberList(dataSet: ArrayList<User>, total: String)
/** /**
* Shows a message (e.g. An error or successful message after a request). * Shows a message (e.g. An error or successful message after a request).
......
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