Package 

Class Node

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class Node
     implements Serializable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • 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.