| Package | Description |
|---|---|
| fi.foyt.foursquare.api |
Package containing basic API functionality
|
| fi.foyt.foursquare.api.entities |
Package containing Foursquare entity model
|
| Modifier and Type | Method and Description |
|---|---|
Result<Checkin> |
FoursquareApi.checkin(String checkinId,
String signature)
Get details of a checkin.
|
Result<Checkin> |
FoursquareApi.checkinsAdd(String venueId,
String venue,
String shout,
String broadcast,
String ll,
Double llAcc,
Double alt,
Double altAcc)
Allows you to check in to a place.
|
Result<Checkin> |
FoursquareApi.checkinsDeleteComment(String checkinId,
String commentId)
Remove a comment from a checkin, if the acting user is the author or the owner of the checkin.
|
| Modifier and Type | Method and Description |
|---|---|
Checkin |
Photo.getCheckin()
Returns checkin in which photo is related to
|
Checkin[] |
BadgeUnlock.getCheckins()
Returns array of checkins
|
Checkin[] |
CheckinGroup.getItems() |
Copyright © 2014 Foyt. All Rights Reserved.