Options
All
  • Public
  • Public/Protected
  • All
Menu
brief

Friend type

name meaning value (enum)
FriendTypeSignle One-way friends: User B has user B in user A's friend list, but A is not in B's friend list FriendTypeSignle
FriendTypeBoth Two-way friends: User A has user B in the friend list, and B also has A in the friend list FriendTypeBoth

Index

Enumeration members

FriendTypeBoth

FriendTypeBoth = 1

FriendTypeSignle

FriendTypeSignle = 0

Generated using TypeDoc