Contact
Get All User Contact
tapCoreContactManager.getAllUserContacts({
onSuccess: (contactList) => {
// do action here
},
onError: (errorCode, errorMessage) => {
// do action here
}
})Get Contact Detail Info with TapTalk User ID
Get Contact Detail Info with Client User ID
Add User to Contact with User ID
Add User to Contact with Phone Number
Remove User from Contact
Get User Contact by Username
Get Filtered User Contacts
Report User
Report Message
Block User
Unblock User
Get Blocked User List
Get Blocked User IDs
Last updated