Uses of Class
de.jcm.discordgamesdk.user.DiscordUser
Packages that use DiscordUser
-
Uses of DiscordUser in de.jcm.discordgamesdk
Fields in de.jcm.discordgamesdk declared as DiscordUserMethods in de.jcm.discordgamesdk that return DiscordUserModifier and TypeMethodDescriptionUserManager.getCurrentUser()Fetches information about the current user.ApplicationManager.AuthenticationData.user()Returns the value of theuserrecord component.Methods in de.jcm.discordgamesdk with parameters of type DiscordUserModifier and TypeMethodDescriptionvoidDiscordEventAdapter.onActivityJoinRequest(DiscordUser user) Fires when a user asked to join the user by using "Ask to join" button.voidDiscordEventHandler.onActivityJoinRequest(DiscordUser user) Method parameters in de.jcm.discordgamesdk with type arguments of type DiscordUserModifier and TypeMethodDescriptionvoidUserManager.getUser(long userId, BiConsumer<Result, DiscordUser> callback) Fetches information about a Discord user.Constructors in de.jcm.discordgamesdk with parameters of type DiscordUserModifierConstructorDescriptionAuthenticationData(ApplicationManager.DiscordOAuth2Token token, ApplicationManager.Application application, DiscordUser user) Creates an instance of aAuthenticationDatarecord class. -
Uses of DiscordUser in de.jcm.discordgamesdk.user
Methods in de.jcm.discordgamesdk.user that return DiscordUserModifier and TypeMethodDescriptionRelationship.getUser()Gets the user the current user has the relationship with.Constructors in de.jcm.discordgamesdk.user with parameters of type DiscordUserModifierConstructorDescriptionRelationship(RelationshipType type, DiscordUser user, Presence presence)