Skip to content

AcceptAllSupportFragments

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

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

open override fun accept(component: Fragment): Boolean

equals

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

getViewName

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

hashCode

open override fun hashCode(): Int

Clone this wiki locally