public class AsyncPushRequest<T extends GenericJson>
extends AsyncClientRequest
Class represents internal implementation of Async push request that is used to create push
Constructor and Description |
---|
AsyncPushRequest(java.lang.String collection,
com.kinvey.java.sync.SyncManager manager,
com.kinvey.java.AbstractClient<?> client,
com.kinvey.java.store.StoreType storeType,
com.kinvey.java.network.NetworkManager<T> networkManager,
java.lang.Class<T> storeItemType,
KinveyPushCallback pushCallback)
Class represents internal implementation of Async push request that is used to create push
|
Modifier and Type | Method and Description |
---|---|
KinveyPushResponse |
executeAsync()
This method will be executed Asynchronously.
|
KinveyPushCallback |
getPushCallback() |
execute, executeAsync, getCallback, getKinveyCallbackHandler, notify, run, setCallback, setKinveyCallbackHandler
public AsyncPushRequest(java.lang.String collection, com.kinvey.java.sync.SyncManager manager, com.kinvey.java.AbstractClient<?> client, com.kinvey.java.store.StoreType storeType, com.kinvey.java.network.NetworkManager<T> networkManager, java.lang.Class<T> storeItemType, KinveyPushCallback pushCallback)
Class represents internal implementation of Async push request that is used to create push
public KinveyPushResponse executeAsync()
This method will be executed Asynchronously.
IOException
- if any.public KinveyPushCallback getPushCallback()