com.qualcommlabs.usercontext
Interface ContextContentConnector

All Known Implementing Classes:
ContextContentConnectorImpl

public interface ContextContentConnector

The Interface ContextContentConnector provides methods for requesting the content information.


Method Summary
 void searchContentWithQuery(Query query, Callback<List<ContentDescriptor>> serviceCallback)
          Returns a list of the content that matches the specified query.
 

Method Detail

searchContentWithQuery

void searchContentWithQuery(Query query,
                            Callback<List<ContentDescriptor>> serviceCallback)
Returns a list of the content that matches the specified query.

Parameters:
query -
serviceCallback - the service callback


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.