AnalyticsEvent
interface AnalyticsEvent
Content copied to clipboard
Interface that defines the properties of Analytics Events in the Sensibill SDK.
Functions
getDomainName
Link copied to clipboard
getEventName
Link copied to clipboard
getFeature
Link copied to clipboard
Inheritors
DocumentUploadUpdateEvent
Link copied to clipboard
Extensions
checkTypeAndCast
Link copied to clipboard
inline fun <T> AnalyticsEvent.checkTypeAndCast(type: Class<T>, eventName: String, feature: String? = null): T?
Content copied to clipboard
Helper function that can be used to safely and optionally case an AnalyticsEvent to a specific implementation