Class FriendsListCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class FriendsListCallback
    extends CallbackMsg
    This callback is fired when the client receives a list of friends.
    • Constructor Summary

      Constructors 
      Constructor Description
      FriendsListCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendsList.Builder msg)  
    • Constructor Detail

      • FriendsListCallback

        public FriendsListCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendsList.Builder msg)
    • Method Detail

      • isIncremental

        public boolean isIncremental()
        Gets a value indicating whether this FriendsListCallback is an incremental update.
        Returns:
        true if incremental; otherwise, false.
      • getFriendList

        public java.util.List<Friend> getFriendList()
        Returns:
        the friend list.