public static interface ProfileService.ProfileLookupCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onProfileLookupFailed(GameProfile profile,
Exception e)
Called when a profile lookup request fails.
|
void |
onProfileLookupSucceeded(GameProfile profile)
Called when a profile lookup request succeeds.
|
void onProfileLookupSucceeded(GameProfile profile)
profile - Profile resulting from the request.void onProfileLookupFailed(GameProfile profile, Exception e)
profile - Profile that failed to be located.e - Exception causing the failure.Copyright © 2023. All rights reserved.