|
| static async Task< HandleResult > | Follow (string userId, Dictionary< string, object > attrs=null) |
| | Follows user. More...
|
| |
| static async Task< HandleResult > | FollowByShortCode (string code, Dictionary< string, object > attrs=null) |
| | Follows user by code. More...
|
| |
| static async Task< HandleResult > | Unfollow (string userId) |
| | Unfollows user. More...
|
| |
| static async Task< HandleResult > | UnfollowByShortCode (string code) |
| | Unfollows user by code. More...
|
| |
| static Task< FriendResult > | QueryFolloweeList (string cursor=null, int size=100, SortCondition condition=null) |
| | Queries the followees. More...
|
| |
| static Task< FriendResult > | QueryFollowerList (string cursor=null, int size=100, SortCondition condition=null) |
| | Queries the followers. More...
|
| |
| static Task< FriendResult > | QueryMutualList (string cursor=null, int size=100, SortCondition condition=null) |
| | Queries the mutuals. More...
|
| |
| static async Task< HandleResult > | Block (string objectId) |
| | Blocks user by id. More...
|
| |
| static async Task< HandleResult > | BlockByShortCode (string code) |
| | Blocks user by short code. More...
|
| |
| static async Task< HandleResult > | Unblock (string objectId) |
| | Unblocks user by id. More...
|
| |
| static async Task< HandleResult > | UnblockByShortCode (string code) |
| | Unblocks user by short code. More...
|
| |
| static Task< FriendResult > | QueryBlockList (string cursor=null, int size=100, SortCondition condition=null) |
| | Queries the blocks. More...
|
| |
| new static TDSFriendLinkInfo | ParseFriendInvitationLink (string url) |
| | Parses the url of friend invitation. More...
|
| |
| static Task | HandleFriendInvitationLink (string url) |
| | Handles the url of friend invitation. More...
|
| |
| static Task | FollowTapUser (TDSUser user) |
| | Follows tap user. More...
|
| |
| static async Task | FollowTapUserById (string objectId) |
| | Follows tap user. More...
|
| |
| static async Task | FollowTapUserByShortCode (string code) |
| | Follows tap user by code. More...
|
| |
| static Task | UnfollowTapUser (TDSUser user) |
| | Unfollows tap user. More...
|
| |
| static async Task | UnfollowTapUserById (string objectId) |
| | Unfollows tap user. More...
|
| |
| static async Task | UnfollowTapUserByShortCode (string code) |
| | Unfolows tap user by code. More...
|
| |
| static Task | BlockTapUser (TDSUser user) |
| | Blocks tap user. More...
|
| |
| static async Task | BlockTapUserById (string objectId) |
| | Blocks tap user. More...
|
| |
| static async Task | BlockTapUserByShortCode (string code) |
| | Blocks tap user by code. More...
|
| |
| static Task | UnblockTapUser (TDSUser user) |
| | Unblocks tap user. More...
|
| |
| static async Task | UnblockTapUserId (string objectId) |
| | Unblocks tap user. More...
|
| |
| static async Task | UnblockTapUserByShortCode (string code) |
| | Unblocks tap user by code. More...
|
| |
| static Task< ThirdPartyFriendResult > | QueryThirdPartyFolloweeList (string platform, string cursor=null, int size=100, ThirdPartyFriendRequestCachePolicy cachePolicy=ThirdPartyFriendRequestCachePolicy.CacheElseNetwork, SortCondition condition=null) |
| | Queries the followees of the platform. More...
|
| |
| static Task< ThirdPartyFriendResult > | QueryThirdPartyFollowerList (string platform, string cursor=null, int size=100, ThirdPartyFriendRequestCachePolicy cachePolicy=ThirdPartyFriendRequestCachePolicy.CacheElseNetwork, SortCondition condition=null) |
| | Queries the followers of the platform. More...
|
| |
| static Task< ThirdPartyFriendResult > | QueryThirdPartyBlockList (string platform, string cursor=null, int size=100, ThirdPartyFriendRequestCachePolicy cachePolicy=ThirdPartyFriendRequestCachePolicy.CacheElseNetwork, SortCondition condition=null) |
| | Queries the blocks of the platform. More...
|
| |
| static Task< ThirdPartyFriendResult > | QueryThirdPartyMutualList (string platform, string cursor=null, int size=100, ThirdPartyFriendRequestCachePolicy cachePolicy=ThirdPartyFriendRequestCachePolicy.CacheElseNetwork, SortCondition condition=null) |
| | Queries the mutuals of the platform. More...
|
| |