Uses of Class
com.mrivanplays.jdoa2.CurrentUser
Packages that use CurrentUser
-
Uses of CurrentUser in com.mrivanplays.jdoa2
Methods in com.mrivanplays.jdoa2 that return types with arguments of type CurrentUserModifier and TypeMethodDescriptioncom.github.natanbc.reliqua.request.PendingRequest<CurrentUser>
JDOA2.getCurrentUser()
RetrievesCurrentUser
information, returningPendingRequest
.Methods in com.mrivanplays.jdoa2 with parameters of type CurrentUserModifier and TypeMethodDescriptiondefault String
JDOA2.getUserAvatarUrl
(CurrentUser user) Returns the icon url of theCurrentUser
specified. -
Uses of CurrentUser in com.mrivanplays.jdoa2.internal
Methods in com.mrivanplays.jdoa2.internal that return types with arguments of type CurrentUserModifier and TypeMethodDescriptioncom.github.natanbc.reliqua.request.PendingRequest<CurrentUser>
JDOA2Impl.getCurrentUser()