Package 

Interface SuccessCallback


  • @Deprecated(message = Please use Zendesk SDK) 
    public interface SuccessCallback<T extends Object>
    
                        

    Convenience API to be notified when an asynchronous task is successful.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSuccess(T value) Called with a value of T when the task was successful.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract Unit onSuccess(T value)

        Called with a value of T when the task was successful.

        Parameters:
        value - the returned value T