Package 

Interface BaseCallback

  • All Implemented Interfaces:
    com.auth0.android.callback.Callback

    @Deprecated(message = "The contract of this interface has been migrated to the Callback interface", replaceWith = @ReplaceWith(imports = {}, expression = "Callback")) 
    public interface BaseCallback<T extends Object, U extends Auth0Exception>
     implements Callback<T, U>
                        

    Legacy interface to handle successful callbacks. Use {@linkplain Callback} instead.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.auth0.android.callback.BaseCallback

        onFailure, onSuccess
      • Methods inherited from class com.auth0.android.callback.Callback

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait