Mo E Core Evaluator
Functions
canShowCampaignNow
Link copied to clipboard
canTrackAttribute
Link copied to clipboard
open fun canTrackAttribute(attribute: Attribute, blackListedAttribute: Set<String>): Boolean
Content copied to clipboard
canUpdateSourceInCurrentSession
Link copied to clipboard
open fun canUpdateSourceInCurrentSession(userSession: UserSession, currentTime: Long): Boolean
Content copied to clipboard
hasSessionExpired
Link copied to clipboard
open fun hasSessionExpired(lastActiveTime: Long, sessionInActivityDuration: Long, currentTime: Long): Boolean
Content copied to clipboard
hasSourceChanged
Link copied to clipboard
open fun hasSourceChanged(savedSource: TrafficSource, currentSource: TrafficSource): Boolean
Content copied to clipboard
isInteractiveEvent
Link copied to clipboard
isValidUniqueId
Link copied to clipboard
open fun isValidUniqueId(uniqueIdRegexList: Set<String>, trackedUniqueId: String): Boolean
Content copied to clipboard
shouldTrackScreenName
Link copied to clipboard
open fun shouldTrackScreenName(screenName: String, optedOutScreenNames: Set<String>): Boolean
Content copied to clipboard