TIMFriendshipRelationType
Introduction
Friendship Type
Parameter introduction
| Enumeration name | Enumeration type | value |
|---|---|---|
| kTIMFriendshipRelationType_None | Unknown relation type | 0 |
| kTIMFriendshipRelationType_InMyFriendList | Single friend: I'm peer's friend only | 0x01 << 1 |
| kTIMFriendshipRelationType_InOtherFriendList | Single friend: Peer is my friend only | 0x01 << 2 |
| kTIMFriendshipRelationType_BothFriend | Both way friend | 0x01 << 2 |