Package 

Interface AttributesResolver


  • 
    public interface AttributesResolver<T extends Object>
    
                        

    Interface for resolving attributes from a key of navigation back stack.

    • Method Summary

      Modifier and Type Method Description
      abstract Map<String, Object> resolveAttributes(T key) Resolves attributes for the given backstack key.
      • Methods inherited from class java.lang.Object

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

      • resolveAttributes

         abstract Map<String, Object> resolveAttributes(T key)

        Resolves attributes for the given backstack key.

        Parameters:
        key - the key for which attributes should be resolved.