Class Node

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class Node
     implements Serializable
                        
    • Constructor Detail

      • Node

        Node()
    • Method Detail

      • getCallback

         <T> T getCallback(Class<T> clazz)

        Find the first match Callback with the provided Class. Returns null if not found.

        Parameters:
        clazz - The Callback Class
      • next

         void next(Context context, NodeListener<out Object> listener)

        Move on to the next node in the tree.

        Parameters:
        context - The Application Context
        listener - Listener for receiving AuthService related changes onSuccess on success login.