API Reference

com.kinvey.android.async

Class AsyncPushRequest<T extends GenericJson>

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


  • public class AsyncPushRequest<T extends GenericJson>
    extends AsyncClientRequest

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

    • Constructor Detail

      • AsyncPushRequest

        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

    • Method Detail

      • executeAsync

        public KinveyPushResponse executeAsync()

        This method will be executed Asynchronously.

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