Learn how to create, update, manage, and add users to your contact list.
QBChat
instance will call its delegate’s chatDidReceiveContactAddRequest(fromUser:)
method and the user will receive the request to be added to the contact list.
confirmAddContactRequest()
method.
QBChat
instance will call chatDidReceiveAcceptContactRequest(fromUser:)
delegate method and this user will be informed that you have accepted the contact request.
rejectAddContactRequest()
method.
QBChat
instance will call its chatDidReceiveRejectContactRequest(fromUser:)
delegate method and this user will be informed that you have declined the contact request.