mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-11-04 03:24:04 +00:00 
			
		
		
		
	Linked user page with friends list
This commit is contained in:
		@@ -411,4 +411,17 @@ public class GetUsersHelper {
 | 
			
		||||
        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);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user