PlayerRelationshipInfo

  • 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.

public interface PlayerRelationshipInfo implements Freezable<PlayerRelationshipInfo> Parcelable

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.