TIMFriendResponseType Constants Reference

Declared in TIMFriendshipDefine.h

TIMFriendResponseType

Definition

typedef NS_ENUM(NSInteger, TIMFriendResponseType ) {
   TIM_FRIEND_RESPONSE_AGREE = 0,
   TIM_FRIEND_RESPONSE_AGREE_AND_ADD = 1,
   TIM_FRIEND_RESPONSE_REJECT = 2,
};

Constants

TIM_FRIEND_RESPONSE_AGREE

同意加好友(建立单向好友)

Declared In TIMFriendshipDefine.h.

TIM_FRIEND_RESPONSE_AGREE_AND_ADD

同意加好友并加对方为好友(建立双向好友)

Declared In TIMFriendshipDefine.h.

TIM_FRIEND_RESPONSE_REJECT

拒绝对方好友请求

Declared In TIMFriendshipDefine.h.