Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TIMFriendshipRelationType

brief

Relationship between the two parties

name meaning value (number)
kTIMFriendshipRelationType_None Unknown relationship 0
kTIMFriendshipRelationType_InMyFriendList To friends: The other party is my friend, I am not the other party's friend 0x01 << 1
kTIMFriendshipRelationType_InOtherFriendList One-way friends: The other party is not my friend, I am the other party's friend 0x01 << 2
kTIMFriendshipRelationType_BothFriend two-way friend 0x01 <<2 TODO value doesn't feel right

Index

Enumeration members

kTIMFriendshipRelationType_BothFriend

kTIMFriendshipRelationType_BothFriend = 4

kTIMFriendshipRelationType_InMyFriendList

kTIMFriendshipRelationType_InMyFriendList = 2

kTIMFriendshipRelationType_InOtherFriendList

kTIMFriendshipRelationType_InOtherFriendList = 4

kTIMFriendshipRelationType_None

kTIMFriendshipRelationType_None = 0

Generated using TypeDoc