Table of Contents

Enum RelationshipType

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Represents the type of relationship between the current user and another user.

public enum RelationshipType

Fields

Blocked = 2

The user is blocked.

Friend = 1

The user is a friend.

IncomingRequest = 3

Incoming friend request from the user.

OutgoingRequest = 4

Outgoing friend request sent to the user.