V2TimFriendCheckResult
Introduction
The result of friendship checking request.
Parameter introduction
userID
Parameter type : String
Supported Platform: All
- Parameter description : The user ID.
resultCode
Parameter type : int
Supported Platform: All
- Parameter description : The result code.
resultInfo
Parameter type : String
Supported Platform: All
- Parameter description : The result info.
resultType
Parameter type : String
Supported Platform: All
- Parameter description : The relationship type.
0: No relationship.
1: Other in self contacts.
2: Self in others contacts.
3: Two-way relationship.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the result in Map.