|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callback | |
---|---|
com.qualcommlabs.usercontext |
Uses of Callback in com.qualcommlabs.usercontext |
---|
Methods in com.qualcommlabs.usercontext with parameters of type Callback | |
---|---|
void |
ContextCoreConnector.deleteAllUserData(Callback<Void> callback)
Deletes all user data associated with Gimbal including data on the server. |
void |
ContextCoreConnector.enable(android.app.Activity activity,
Callback<Void> serviceCallback)
This is the first method to call once you have acquired ContextConnector Instance. |
void |
ContextCoreConnector.requestContentHistory(Callback<List<ContentDescriptorHistory>> serviceCallback)
Returns a list of the content delivered to the device. |
void |
ContextContentConnectorImpl.searchContentWithQuery(Query query,
Callback<List<ContentDescriptor>> serviceCallback)
|
void |
ContextContentConnector.searchContentWithQuery(Query query,
Callback<List<ContentDescriptor>> serviceCallback)
Returns a list of the content that matches the specified query. |
void |
ContextCoreConnector.showUpdatePermissionsUI(android.app.Activity activity,
Callback<Void> serviceCallback)
Invoke this method when you have received a notification that your application has been disabled (permission disabled) by the user and you want to ask your user to turn permissions back on. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |