AcceptAllSupportFragments - DataDog/dd-sdk-android GitHub Wiki
open class AcceptAllSupportFragments : ComponentPredicate<Fragment>
A predefined ComponentPredicate which accepts all Fragment to be tracked as RUM View event. This is the default behaviour of the FragmentViewTrackingStrategy.
Constructors
AcceptAllSupportFragments
constructor()
Functions
accept
equals
open operator override fun equals(other: Any?): Boolean
getViewName
open override fun getViewName(component: Fragment): String?