mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Linked user page with friends list
This commit is contained in:
parent
df91120b66
commit
71e9cb163f
@ -411,4 +411,17 @@ public class GetUsersHelper {
|
|||||||
return userInfos;
|
return userInfos;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This interface is implemented on activities that can open users page
|
||||||
|
*/
|
||||||
|
public interface onOpenUsersPageListener {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* On a user page specified by its id
|
||||||
|
*
|
||||||
|
* @param userID The ID of the user to create page
|
||||||
|
*/
|
||||||
|
void openUserPage(int userID);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user