Class ActivityParty

java.lang.Object
de.jcm.discordgamesdk.activity.ActivityParty

public class ActivityParty extends Object
A structure used show information about the player's party.
See Also:
  • Method Details Link icon

    • setID Link icon

      public void setID(String id)
      Sets an unique identifier for the party.
      Parameters:
      id - a unique identifier
    • getID Link icon

      public String getID()
      Gets the unique identifier set for the party.
      Returns:
      The unique identifier or an empty string if it is not set
    • size Link icon

      public ActivityPartySize size()
      Returns an embedded structure to set the size of the party.
      Returns:
      An ActivityPartySize structure
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object