toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.api.core.follow
/
AmityMyUserRelationship
Amity
My
User
Relationship
class
AmityMyUserRelationship
Members
Functions
accept
Link copied to clipboard
fun
accept
(
userId
:
String
)
:
Completable
decline
Link copied to clipboard
fun
decline
(
userId
:
String
)
:
Completable
get
Followers
Link copied to clipboard
fun
getFollowers
(
)
:
AmityMyFollowersQuery.Builder
get
Follow
Info
Link copied to clipboard
fun
getFollowInfo
(
)
:
Flowable
<
AmityMyFollowInfo
>
get
Followings
Link copied to clipboard
fun
getFollowings
(
)
:
AmityMyFollowingsQuery.Builder
remove
Follower
Link copied to clipboard
fun
removeFollower
(
userId
:
String
)
:
Completable
unfollow
Link copied to clipboard
fun
unfollow
(
userId
:
String
)
:
Completable