-
- All Implemented Interfaces:
-
com.datadog.android.compose.BackStackKeyResolver
public final class HashcodeBackStackKeyResolver<T extends Object> implements BackStackKeyResolver<T>
A BackStackKeyResolver that uses the Any.hashCode of the item as its stable key.
-
-
Constructor Summary
Constructors Constructor Description HashcodeBackStackKeyResolver()
-
Method Summary
Modifier and Type Method Description StringgetStableKey(T item)Returns a stable key for the given item. -
-
Method Detail
-
getStableKey
String getStableKey(T item)
Returns a stable key for the given item.
- Parameters:
item- the item to get the stable key for.
-
-
-
-