Skip to content

Conversation

@kkostov
Copy link
Collaborator

@kkostov kkostov commented Nov 17, 2025

This PR adds the following helper methods:

/**
    * Send a `TelemetryDeck.Activation.onboardingCompleted` signal.
    */
fun onboardingCompleted(params: Map<String, String> = emptyMap(), customUserID: String? = null)

/**
    * Send a `TelemetryDeck.Activation.coreFeatureUsed` signal.
    */
fun coreFeatureUsed(
    featureName: String,
    params: Map<String, String> = emptyMap(),
    customUserID: String? = null
)

@kkostov kkostov merged commit 23fd057 into main Nov 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants