Overview
Package
Class
Use
Tree
Deprecated
Index
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
N
P
R
S
T
V
A
ACKRequest
- Class in
es.javocsoft.android.lib.toucan.client.request
An ACK request for read or received notification.
ACKRequest()
- Constructor for class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
ACKRequest(String, String, String, String, String, String)
- Constructor for class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
AppDevTagsOperationRequest
- Class in
es.javocsoft.android.lib.toucan.client.request
To make a request to insert tags for an application and a device.
AppDevTagsOperationRequest()
- Constructor for class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
AppDevTagsOperationRequest(String, String, List<String>, String, String)
- Constructor for class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
AppUserTag
- Class in
es.javocsoft.android.lib.toucan.client.request.bean
Each user can have n application tags.
AppUserTag()
- Constructor for class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
AppUserTag(int, String, String, Date)
- Constructor for class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
C
CACHED_REQUEST_FILE_PREFIX
- Static variable in class es.javocsoft.android.lib.toucan.client.
ToucanClient
All pending deliveries, when they can not be delivered, are store in cache files.
callback()
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_ACK_READ
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_ACK_RECEIVED
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_ADD_TAGS
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_DEVICE_INFORMREFERRAL
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_DEVICE_REGISTRATION
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_LIST_TAGS
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_REMOVE_TAGS
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
CALLBACK_OPERATION_RESET_TAGS
- Static variable in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
D
deviceRegistration(String, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Registers the device with the specified GCM registration token for the application.
deviceRegistration(String, int, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Registers the device with the specified GCM registration token for the application.
deviceRegistration(String, String, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Registers the device with the specified GCM registration token for the application.
deviceRegistration(String, int, String, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Registers the device with the specified GCM registration token for the application.
DeviceRegistrationBean
- Class in
es.javocsoft.android.lib.toucan.client.request.bean
Device registration information bean.
DeviceRegistrationBean(int, int, int, String, String, String, String, String, String, String, Date, Date)
- Constructor for class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
DeviceRegistrationBean()
- Constructor for class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
DeviceRegistrationRequest
- Class in
es.javocsoft.android.lib.toucan.client.request
A device registration request.
DeviceRegistrationRequest()
- Constructor for class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
DeviceRegistrationRequest(String, DeviceRegistrationBean, String, String)
- Constructor for class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
doAddTags(List<String>, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Allows adding tags for the application/deviceId.
doDeviceUnregister(ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Un-registers a device from server.
doEnableRegisteredDevice(ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Enables a registered device.
doListTags(ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Gets the list of tags for the application and device Id.
doReadACK(Bundle, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Informs to the API that a notification was read.
doReceivedACK(Bundle, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Informs to the API that a notification was received.
doRemoveTags(List<String>, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Removes the specified tags for the application and deviceId.
doResetTags(List<String>, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Deletes current application/DeviceId tags setting the specified tags.
doWork()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanGetWorker
doWork()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanPostWorker
doWork()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
E
ERROR_BAD_REQUEST
- Static variable in class es.javocsoft.android.lib.toucan.client.response.
Response
ERROR_DB
- Static variable in class es.javocsoft.android.lib.toucan.client.response.
Response
ERROR_SYSTEM
- Static variable in class es.javocsoft.android.lib.toucan.client.response.
Response
ERROR_UNEXPECTED
- Static variable in class es.javocsoft.android.lib.toucan.client.response.
Response
es.javocsoft.android.lib.toucan.client
- package es.javocsoft.android.lib.toucan.client
es.javocsoft.android.lib.toucan.client.request
- package es.javocsoft.android.lib.toucan.client.request
es.javocsoft.android.lib.toucan.client.request.bean
- package es.javocsoft.android.lib.toucan.client.request.bean
es.javocsoft.android.lib.toucan.client.response
- package es.javocsoft.android.lib.toucan.client.response
es.javocsoft.android.lib.toucan.client.response.exception
- package es.javocsoft.android.lib.toucan.client.response.exception
es.javocsoft.android.lib.toucan.client.service
- package es.javocsoft.android.lib.toucan.client.service
es.javocsoft.android.lib.toucan.client.thread
- package es.javocsoft.android.lib.toucan.client.thread
es.javocsoft.android.lib.toucan.client.thread.callback
- package es.javocsoft.android.lib.toucan.client.thread.callback
F
fillFromRequest(ACKRequest)
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
fillFromRequest(AppDevTagsOperationRequest)
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
fillFromRequest(DeviceRegistrationRequest)
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
G
getAppHashSignature()
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
getAppHashSignature()
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
getAppHashSignature()
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
getAppId()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
getAppKey()
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
getAppKey()
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
getAppKey()
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
getAppVersion()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getAppVersion()
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
getCallbackClassName()
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
getCallbackOperation()
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
getCode()
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
getData()
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
getDataAsString()
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
getDataAsString()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
gets the data as an string with field separated by ;#;
getDevExtra()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getDevId()
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
getDevId()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getDevLocale()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getDevOs()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getDevResType()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getDevUniqueId()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
This is a unique device Id identificator that the device sends to us.
getExtId()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getHashSignature()
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
getHashSignature()
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
getId()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
getId()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getInstallReferral()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getInstance(Context, String, String)
- Static method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Gets the instance of the Toucan client.
getJobId()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
getMessage()
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
Just in case in a multiple delivery the user receives two notifications in the same package but with different texts.
getMsg()
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
getnId()
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
getNotToken()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getnRef()
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
getOperationName()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
getResponse()
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
getResult()
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
getSecurityHash(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
Creates a hash using a key for afterwards verify the data.
getSecurityHash(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
Creates a hash using a key for afterwards verify the data.
getTag()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
getTags()
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
getToken()
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
getTs()
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
getTsCreated()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
getTsCreation()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getTsUpdate()
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
getType()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
getTypeInt()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
I
informExternalId(int, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Informs to the API about the external id.
informInstallReferral(String, ResponseCallback)
- Method in class es.javocsoft.android.lib.toucan.client.
ToucanClient
Informs to the API the installation referral.
initData()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
Recreates a POSt data object from the JSOn string.
initializeGETFromJSON(String)
- Static method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
Creates a ToucanGetWorker object from JSON data.
initializePOSTFromJSON(String)
- Static method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
Creates a ToucanPostWorker object from JSON data.
isRunning()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
L
LOG_TAG
- Static variable in class es.javocsoft.android.lib.toucan.client.
ToucanClient
N
NOTIFICATION_MESSAGE_ID
- Static variable in class es.javocsoft.android.lib.toucan.client.
ToucanClient
The message notification id key
NOTIFICATION_MESSAGE_REF
- Static variable in class es.javocsoft.android.lib.toucan.client.
ToucanClient
The message notification reference key
NOTIFICATION_MESSAGE_TEXT
- Static variable in class es.javocsoft.android.lib.toucan.client.
ToucanClient
The message content key
NOTIFICATION_MESSAGE_TS
- Static variable in class es.javocsoft.android.lib.toucan.client.
ToucanClient
The message notification timestamp key
P
PendingOperationsDeliveryService
- Class in
es.javocsoft.android.lib.toucan.client.service
Service that delivers the pending operation request to the notification server API.
PendingOperationsDeliveryService()
- Constructor for class es.javocsoft.android.lib.toucan.client.service.
PendingOperationsDeliveryService
PendingOperationsDeliveryService(String)
- Constructor for class es.javocsoft.android.lib.toucan.client.service.
PendingOperationsDeliveryService
R
Response
- Class in
es.javocsoft.android.lib.toucan.client.response
A response object that holds the result of a request.
Response(int)
- Constructor for class es.javocsoft.android.lib.toucan.client.response.
Response
Response(int, String, Object)
- Constructor for class es.javocsoft.android.lib.toucan.client.response.
Response
ResponseCallback
- Class in
es.javocsoft.android.lib.toucan.client.thread.callback
If a callback is needed, extend this class to achieve it.
ResponseCallback(String)
- Constructor for class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
ResponseParseException
- Exception in
es.javocsoft.android.lib.toucan.client.response.exception
ResponseParseException()
- Constructor for exception es.javocsoft.android.lib.toucan.client.response.exception.
ResponseParseException
ResponseParseException(String)
- Constructor for exception es.javocsoft.android.lib.toucan.client.response.exception.
ResponseParseException
ResponseParseException(Throwable)
- Constructor for exception es.javocsoft.android.lib.toucan.client.response.exception.
ResponseParseException
ResponseParseException(String, Throwable)
- Constructor for exception es.javocsoft.android.lib.toucan.client.response.exception.
ResponseParseException
RESULT_OK
- Static variable in class es.javocsoft.android.lib.toucan.client.response.
Response
run()
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
run()
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
S
setAppHashSignature(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
setAppHashSignature(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
setAppHashSignature(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
setAppId(int)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
setAppKey(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
setAppKey(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
setAppKey(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
setAppVersion(int)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setAppVersion(Integer)
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
setCallbackOperation(int)
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
setCode(int)
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
setContext(Context)
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
setContext(Context)
- Method in class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
setData(DeviceRegistrationBean)
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
setDevExtra(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setDevId(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
setDevId(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setDevLocale(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setDevOs(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setDevResType(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setDevUniqueId(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
setExtId(int)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setHashSignature(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
setHashSignature(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
DeviceRegistrationRequest
setId(int)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
setId(int)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setInstallReferral(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setMessage(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
setMsg(String)
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
setnId(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
setNotToken(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setnRef(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
setResponse(Response)
- Method in class es.javocsoft.android.lib.toucan.client.thread.callback.
ResponseCallback
setResult(Object)
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
setTag(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
setTags(List<String>)
- Method in class es.javocsoft.android.lib.toucan.client.request.
AppDevTagsOperationRequest
setToken(String)
- Method in class es.javocsoft.android.lib.toucan.client.request.
ACKRequest
setTs(long)
- Method in class es.javocsoft.android.lib.toucan.client.response.
Response
setTsCreated(Date)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
AppUserTag
setTsCreation(Date)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
setTsUpdate(Date)
- Method in class es.javocsoft.android.lib.toucan.client.request.bean.
DeviceRegistrationBean
T
ToucanClient
- Class in
es.javocsoft.android.lib.toucan.client
This is the Toucan client API library main class.
ToucanClient.TOUCAN_WORKER_TYPE
- Enum in
es.javocsoft.android.lib.toucan.client
The Toucan HTTP worker type.
ToucanGetWorker
- Class in
es.javocsoft.android.lib.toucan.client.thread
GET operation to JavocSoft Toucan Notifications API.
ToucanGetWorker(Context, String, String, String, ResponseCallback)
- Constructor for class es.javocsoft.android.lib.toucan.client.thread.
ToucanGetWorker
ToucanGetWorker(ToucanWorker)
- Constructor for class es.javocsoft.android.lib.toucan.client.thread.
ToucanGetWorker
ToucanPostWorker
- Class in
es.javocsoft.android.lib.toucan.client.thread
POST operation to JavocSoft Toucan Notifications API.
ToucanPostWorker(Context, String, Object, ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE, String, String, ResponseCallback)
- Constructor for class es.javocsoft.android.lib.toucan.client.thread.
ToucanPostWorker
ToucanPostWorker(ToucanWorker)
- Constructor for class es.javocsoft.android.lib.toucan.client.thread.
ToucanPostWorker
ToucanWorker
- Class in
es.javocsoft.android.lib.toucan.client.thread
Base API operation request to JavocSoft Toucan Notifications API.
ToucanWorker(ToucanWorker.TOUCAN_WORKER_TYPE, Context, String, String, String, ResponseCallback)
- Constructor for class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
ToucanWorker(ToucanWorker.TOUCAN_WORKER_TYPE, Context, String, Object, ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE, String, String, ResponseCallback)
- Constructor for class es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker
ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE
- Enum in
es.javocsoft.android.lib.toucan.client.thread
ToucanWorker.TOUCAN_WORKER_TYPE
- Enum in
es.javocsoft.android.lib.toucan.client.thread
V
valueOf(String)
- Static method in enum es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker.TOUCAN_WORKER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum es.javocsoft.android.lib.toucan.client.
ToucanClient.TOUCAN_WORKER_TYPE
Returns the enum constant of this type with the specified name.
values()
- Static method in enum es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum es.javocsoft.android.lib.toucan.client.thread.
ToucanWorker.TOUCAN_WORKER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum es.javocsoft.android.lib.toucan.client.
ToucanClient.TOUCAN_WORKER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
E
F
G
I
L
N
P
R
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2015-2016
JavocSoft
. All Rights Reserved.