AcceptAllActivities - DataDog/dd-sdk-android GitHub Wiki
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
equals
open operator override fun equals(other: Any?): Boolean
getViewName
open override fun getViewName(component: Activity): String?