public interface FriendInviteResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onReceived(java.lang.String from,
int status,
java.lang.String reason,
java.lang.String data)
The callback function to process the friend invite response.
|
void onReceived(java.lang.String from,
int status,
java.lang.String reason,
java.lang.String data)
from - The target user id who send friend invite responsestatus - The status code of invite response. 0 is success, otherwise errorreason - The error message if status is error, otherwise nulldata - The application defined data return by target user