Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TIMFriendshipRelationType

brief

二者之间的关系

名称 含义 值(number)
kTIMFriendshipRelationType_None 未知关系 0
kTIMFriendshipRelationType_InMyFriendList 向好友:对方是我的好友,我不是对方的好友 0x01 << 1
kTIMFriendshipRelationType_InOtherFriendList 单向好友:对方不是我的好友,我是对方的好友 0x01 << 2
kTIMFriendshipRelationType_BothFriend 双向好友 0x01 <<2 TODO 值感觉不对

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