userId
, the system will send the request to the target user. Until the target user accepts the follow request, the connection will not be established yet.userId
, the system will automatically establish the connection between 2 users.accepted
This status means the target user has already connected to the SDK method caller.pending
This status means the target user has already received the follow request from the SDK method caller. This status will only be available when the connection method setting is With request process.none
This status means the target user has not connected to the SDK caller.getFollowInfo
method, you can get the total count of :followerCount
This is the total number of users that the target user is following.followingCount
This is the total number of users who followed the target user.pendingCount
This is the total number of follow requests the target user has receiveduserId
of the user that you want to follow and we will do the rest. Use the following code:observeFollowInfo
.