|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 CheckinGroup 的软件包 | |
|---|---|
| fi.foyt.foursquare.api | Package containing basic API functionality |
| fi.foyt.foursquare.api.entities | Package containing Foursquare entity model |
| fi.foyt.foursquare.api 中 CheckinGroup 的使用 |
|---|
| 返回变量类型为 CheckinGroup 的类型的 fi.foyt.foursquare.api 中的方法 | |
|---|---|
Result<CheckinGroup> |
FoursquareApi.usersCheckins(String userId,
Integer limit,
Integer offset,
Long afterTimestamp,
Long beforeTimestamp)
Returns a history of checkins for the authenticated user. |
Result<CheckinGroup> |
FoursquareApi.venuesHereNow(String venueId,
Integer limit,
Integer offset,
Long afterTimestamp)
Provides a count of how many people are at a given venue. |
| fi.foyt.foursquare.api.entities 中 CheckinGroup 的使用 |
|---|
| 返回 CheckinGroup 的 fi.foyt.foursquare.api.entities 中的方法 | |
|---|---|
CheckinGroup |
CompleteUser.getCheckins()
Returns the count of checkins by this user. |
CheckinGroup[] |
HereNow.getGroups()
Returns array of checkin groups |
CheckinGroup |
Checkin.getOverlaps()
Returns checkins from friends checked into the same venue around the same time. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||