API Reference

com.kinvey.android.async

Class AsyncBatchPushRequest<T extends GenericJson>

  • AsyncClientRequest
    • com.kinvey.android.async.AsyncBatchPushRequest<T>


  • public class AsyncBatchPushRequest<T extends GenericJson>
    extends AsyncClientRequest

    Class represents internal implementation of Async push request that is used to create push

    • Constructor Detail

      • AsyncBatchPushRequest

        public AsyncBatchPushRequest(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

    • Method Detail

      • executeAsync

        public KinveyPushBatchResponse executeAsync()

        This method will be executed Asynchronously.

        Returns:
        a T object.
        Throws:
        IOException - if any.