AI-generated Key Takeaways
-
PlayerRelationshipInfo is a data object representing a player's relationship information.
-
It implements the Freezable and Parcelable interfaces.
-
The
getFriendStatus()method retrieves a player's friend status relative to the currently signed-in player.
Data object representing the relationship information of a player.
Inherited Constant Summary
Public Method Summary
| abstract int |
getFriendStatus()
Retrieves this player's friend status relative to the currently signed-in
player.
|
Inherited Method Summary
Public Methods
public abstract int getFriendStatus ()
Retrieves this player's friend status relative to the currently signed-in player.
The possible output can be found in Player.PlayerFriendStatus.