|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ResponseCallback | |
|---|---|
| es.javocsoft.android.lib.toucan.client | |
| es.javocsoft.android.lib.toucan.client.thread | |
| Uses of ResponseCallback in es.javocsoft.android.lib.toucan.client |
|---|
| Methods in es.javocsoft.android.lib.toucan.client with parameters of type ResponseCallback | |
|---|---|
void |
ToucanClient.deviceRegistration(String notificationToken,
int externalId,
ResponseCallback callback)
Registers the device with the specified GCM registration token for the application. |
void |
ToucanClient.deviceRegistration(String notificationToken,
int externalId,
String installReferral,
ResponseCallback callback)
Registers the device with the specified GCM registration token for the application. |
void |
ToucanClient.deviceRegistration(String notificationToken,
ResponseCallback callback)
Registers the device with the specified GCM registration token for the application. |
void |
ToucanClient.deviceRegistration(String notificationToken,
String installReferral,
ResponseCallback callback)
Registers the device with the specified GCM registration token for the application. |
void |
ToucanClient.doAddTags(List<String> tags,
ResponseCallback callback)
Allows adding tags for the application/deviceId. |
void |
ToucanClient.doDeviceUnregister(ResponseCallback callback)
Un-registers a device from server. |
void |
ToucanClient.doEnableRegisteredDevice(ResponseCallback callback)
Enables a registered device. |
void |
ToucanClient.doListTags(ResponseCallback callback)
Gets the list of tags for the application and device Id. |
void |
ToucanClient.doReadACK(android.os.Bundle notificationBundle,
ResponseCallback callback)
Informs to the API that a notification was read. |
void |
ToucanClient.doReceivedACK(android.os.Bundle notificationBundle,
ResponseCallback callback)
Informs to the API that a notification was received. |
void |
ToucanClient.doRemoveTags(List<String> tags,
ResponseCallback callback)
Removes the specified tags for the application and deviceId. |
void |
ToucanClient.doResetTags(List<String> tags,
ResponseCallback callback)
Deletes current application/DeviceId tags setting the specified tags. |
void |
ToucanClient.informExternalId(int externalId,
ResponseCallback callback)
Informs to the API about the external id. |
void |
ToucanClient.informInstallReferral(String installReferral,
ResponseCallback callback)
Informs to the API the installation referral. |
| Uses of ResponseCallback in es.javocsoft.android.lib.toucan.client.thread |
|---|
| Constructors in es.javocsoft.android.lib.toucan.client.thread with parameters of type ResponseCallback | |
|---|---|
ToucanGetWorker(android.content.Context context,
String apiToken,
String endpoint,
String opName,
ResponseCallback callback)
|
|
ToucanPostWorker(android.content.Context context,
String apiToken,
Object data,
ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE dataType,
String endpoint,
String opName,
ResponseCallback callback)
|
|
ToucanWorker(ToucanWorker.TOUCAN_WORKER_TYPE type,
android.content.Context context,
String apiToken,
Object data,
ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE dataType,
String endpoint,
String opName,
ResponseCallback callback)
|
|
ToucanWorker(ToucanWorker.TOUCAN_WORKER_TYPE type,
android.content.Context context,
String apiToken,
String endpoint,
String opName,
ResponseCallback callback)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||