AcceptAllNavDestinations - DataDog/dd-sdk-android GitHub Wiki

open class AcceptAllNavDestinations : ComponentPredicate<NavDestination>

A predefined ComponentPredicate which accepts all NavDestination to be tracked as a RUM View event. This is the default behaviour for the NavigationViewTrackingStrategy.

Constructors

AcceptAllNavDestinations

constructor()

Functions

accept

open override fun accept(component: NavDestination): Boolean

equals

open operator override fun equals(other: Any?): Boolean

getViewName

open override fun getViewName(component: NavDestination): String?

hashCode

open override fun hashCode(): Int