Interface Retryable

    • Method Detail

      • onRetryAvailable

        void onRetryAvailable(java.lang.String message,
                              View.OnClickListener retryAction)
        Called when retrying something may be possible.
        Parameters:
        message - A message detailing something about the action that we are going to retry
        retryAction - A listener to invoke which will retry the action
      • onRetryUnavailable

        void onRetryUnavailable()
        Called when retrying something will not be possible.