|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 CompleteUser 的软件包 | |
|---|---|
| fi.foyt.foursquare.api | Package containing basic API functionality |
| fi.foyt.foursquare.api 中 CompleteUser 的使用 |
|---|
| 返回变量类型为 CompleteUser 的类型的 fi.foyt.foursquare.api 中的方法 | |
|---|---|
Result<List<CompleteUser>> |
FoursquareApi.multiUsers(List<String> itemIds)
|
Result<CompleteUser> |
FoursquareApi.user(String userId)
Returns profile information for a given user, including selected badges and mayorships. |
Result<CompleteUser> |
FoursquareApi.usersApprove(String userId)
Approves a pending friend request from another user. |
Result<CompleteUser> |
FoursquareApi.usersDeny(String userId)
Denies a pending friend request |
Result<CompleteUser> |
FoursquareApi.usersRequest(String id)
Sends a friend request to another user. |
Result<CompleteUser> |
FoursquareApi.usersSetPings(String userId,
String value)
Changes whether the acting user will receive pings (phone notifications) when the specified user checks in. |
Result<CompleteUser> |
FoursquareApi.usersUnfriend(String userId)
Cancels any relationship between the acting user and the specified user. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||