java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.kinvey.java.AbstractClient.Builder.Option |
Standard set of kinvey property names that are set in the kinvey.properties
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractClient.Builder.Option | APP_KEY | Required. | |||||||||
AbstractClient.Builder.Option | APP_SECRET | Required. | |||||||||
AbstractClient.Builder.Option | BASE_URL | Optional. | |||||||||
AbstractClient.Builder.Option | BATCH_RATE | time between batches of offline requests | |||||||||
AbstractClient.Builder.Option | BATCH_SIZE | size of batch of offline requests | |||||||||
AbstractClient.Builder.Option | DEBUG_MODE | debug mode, used for HTTP logging | |||||||||
AbstractClient.Builder.Option | GCM_PROD_MODE | GCM SERVER URL | |||||||||
AbstractClient.Builder.Option | GCM_PUSH_ENABLED | GCM Push enabled | |||||||||
AbstractClient.Builder.Option | GCM_SENDER_ID | GCM Sender ID | |||||||||
AbstractClient.Builder.Option | PORT | Optional. | |||||||||
AbstractClient.Builder.Option | PUSH_APP_KEY | PUSH application key key | |||||||||
AbstractClient.Builder.Option | PUSH_APP_SECRET | PUSH application secret key | |||||||||
AbstractClient.Builder.Option | PUSH_ENABLED | PUSH enabled key | |||||||||
AbstractClient.Builder.Option | PUSH_MODE | PUSH mode key | |||||||||
AbstractClient.Builder.Option | SYNC_RATE | time limit for retrying failed offline requests |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AbstractClient.Builder.Option | valueOf(String name) | ||||||||||
final static Option[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Required. Unique id assigned to this app for api access
Required. Assign at the time the app is created, used to ensure the application communication is trusted
Optional. Usually the base url minus the port e.g. http://api.kinvey.com
time between batches of offline requests
Optional. Usually 80 and used to build the api base url
time limit for retrying failed offline requests