public class MiscService extends HttpEntityService
getSessionGuid, setSessionGuid
public EQAsyncTask<Boolean> createActivity(String activity, ResponseDelegate<Boolean> responseDelegate)
public boolean createActivity(String activity) throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
public EQAsyncTask<Boolean> createActivity(String activity, String secondary, ResponseDelegate<Boolean> responseDelegate)
public boolean createActivity(String activity, String secondary) throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
public EQAsyncTask<List<ContentMenuItem>> contentMenuItems(ResponseDelegate<List<ContentMenuItem>> responseDelegate)
public List<ContentMenuItem> contentMenuItems() throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
public EQAsyncTask<List<ContentMenuItem>> contentMenuItems(Date modifiedSince, ResponseDelegate<List<ContentMenuItem>> responseDelegate)
public List<ContentMenuItem> contentMenuItems(Date modifiedSince) throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
public EQAsyncTask<List<HashTag>> searchHashTags(String search, PagingParameters pagingParameters, ResponseDelegate<List<HashTag>> responseDelegate)
public List<HashTag> searchHashTags(String search, PagingParameters pagingParameters) throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
public EQAsyncTask<List<HashTag>> getTrendingHashTags(PagingParameters pagingParameters, ResponseDelegate<List<HashTag>> responseDelegate)
public List<HashTag> getTrendingHashTags(PagingParameters pagingParameters) throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
Copyright © 2014 Equilibrium. All rights reserved.