FriendInviteResponseHandler

public interface FriendInviteResponseHandler

The interface to process the friend invite response.

Methods

onReceived

void onReceived(String from, int status, String reason, String data)

The callback function to process the friend invite response.

Parameters
  • from – The target user id who send friend invite response

  • status – The status code of invite response. 0 is success, otherwise error

  • reason – The error message if status is error, otherwise null

  • data – The application defined data return by target user