API Reference

com.kinvey.android

Class AsyncCustomEndpoints.AsyncCommand<I extends GenericJson,O>

  • AsyncClientRequest
    • com.kinvey.android.AsyncCustomEndpoints.AsyncCommand<I,O>
    • Constructor Detail

      • AsyncCommand

        public AsyncCommand(AsyncCustomEndpoints<I,O> endpoints,
                            java.lang.String commandName,
                            I input,
                            com.kinvey.java.core.KinveyClientCallback<O> callback)
    • Method Detail

      • executeAsync

        public O executeAsync()

        This method will be executed Asynchronously.

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