| Class and Description |
|---|
| com.crankuptheamps.client.Client.Version
Do not use. Passing in an AMPS version is deprecated, so Version is deprecated.
|
| Field and Description |
|---|
| com.crankuptheamps.client.BlockPublishStore.AMPS_MIN_PUB_STORE_DISCARDED_VERSION
Do not use. Constant is unused and will be removed in a future version.
|
| com.crankuptheamps.client.Client.MIN_MULTI_BOOKMARK_VERSION
Do not use. This constant references older server versions no longer supported by the client.
|
| com.crankuptheamps.client.Client.MIN_PERSISTED_BOOKMARK_VERSION
Do not use. This constant references older server versions no longer supported by the client.
|
| Constructor and Description |
|---|
| com.crankuptheamps.client.Client(String, int)
Use
Client(String) instead. Passing in a version is deprecated. |
| com.crankuptheamps.client.Client(String, Transport, int)
Use
Client(String, Transport) instead. Passing in a version is deprecated. |