com.qualcommlabs.usercontext
Class ContextContentConnectorImpl

java.lang.Object
  extended by com.qualcommlabs.usercontext.ContextContentConnectorImpl
All Implemented Interfaces:
ContextContentConnector

public class ContextContentConnectorImpl
extends Object
implements ContextContentConnector


Constructor Summary
ContextContentConnectorImpl(android.content.Context context)
           
 
Method Summary
 void searchContentWithQuery(Query query, Callback<List<ContentDescriptor>> serviceCallback)
          Returns a list of the content that matches the specified query.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextContentConnectorImpl

public ContextContentConnectorImpl(android.content.Context context)
Method Detail

searchContentWithQuery

public void searchContentWithQuery(Query query,
                                   Callback<List<ContentDescriptor>> serviceCallback)
Description copied from interface: ContextContentConnector
Returns a list of the content that matches the specified query.

Specified by:
searchContentWithQuery in interface ContextContentConnector
serviceCallback - the service callback


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