Package-level declarations
Types
Link copied to clipboard
interface UserAction
Represents the protocol for reporting user's actions events.
Link copied to clipboard
class UserSession : AnalyticsSession<Unit, Error> , AnalyticsSessionErrorEventPublisher<UserError, User> , UserAction
Represents AnalyticsSession instance to report user's actions events and metadata. Note that ApplicationSession factory method ApplicationSession.createUserSession must be used for session instance creation.