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