Skip to content

AcceptAllActivities

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

open class AcceptAllActivities : ComponentPredicate<Activity>

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

Constructors

AcceptAllActivities

constructor()

Functions

accept

open override fun accept(component: Activity): Boolean

equals

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

getViewName

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

hashCode

open override fun hashCode(): Int

Clone this wiki locally