类 fi.foyt.foursquare.api.entities.CheckinGroup
的使用

使用 CheckinGroup 的软件包
fi.foyt.foursquare.api Package containing basic API functionality 
fi.foyt.foursquare.api.entities Package containing Foursquare entity model 
 

fi.foyt.foursquare.apiCheckinGroup 的使用
 

返回变量类型为 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.entitiesCheckinGroup 的使用
 

返回 CheckinGroupfi.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.
 



Copyright © 2013 Foyt. All Rights Reserved.