Android Legacy Events update#82
Open
mbocianski wants to merge 1 commit into
Open
Conversation
- Updated docs/tracking-methods/sdks/android.mdx Mintlify-Source: dashboard-editor
caracheng
approved these changes
Jul 9, 2026
argenisf
requested changes
Jul 10, 2026
| | \$ae\_session | App Session | Executes when a user spends more than 10 seconds in the app, evaluated when the app moves to the background. A Session Length (`$ae_session_length`) property is tracked to reflect the number of seconds user spent in the session. In addition, there are two user properties tracked: Total App Sessions (`$ae_total_app_sessions`) and Total App Session Length (`$ae_total_app_session_length`). | | ||
| | \$ae\_crashed | App Crashed | Executes when the app crashes due to an uncaught exception. A Crash Reason (`$ae_crashed_reason`) property is tracked to store details about the crash. | | ||
|
|
||
| ### Differences from the Swift SDK |
Contributor
There was a problem hiding this comment.
A bit of a nitpick. Another difference is that Android does not track the $ae_first_app_open_date profile prop that iOS does. We correctly removed it from the table when making the port, but should we add it to the list of differences then (since that is a section)?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Written to parity the iOS legacy section
Mintlify
0 threads from 0 users in Mintlify