onContactInvited property

(void Function(String userId, String? reason)?) onContactInvited
final

~english Occurs when a user receives a friend request. ~end

~chinese 好友申请回调。 ~end

Implementation

final void Function(
  String userId,
  String? reason,
)? onContactInvited;