-
- All Implemented Interfaces:
-
com.datadog.android.rum.tracking.ComponentPredicate
public class AcceptAllNavKeyPredicate<T extends Object> implements ComponentPredicate<T>
A ComponentPredicate that accepts all keys of navigation back stack.
This predicate is used when you want to track all navigation keys without any filtering.
-
-
Constructor Summary
Constructors Constructor Description AcceptAllNavKeyPredicate()
-