getFriendship

open override fun getFriendship(friendshipID: Friendship.FriendshipID): Friendship?

Retrieves a friendship by its ID.

Return

The friendship with the given ID, or null if it does not exist.

Parameters

friendshipID

The ID of the friendship to retrieve.