| Category | Entry Point | What Happens | AppComponentFactory Method |
|---|---|---|---|
| Activities | Normal launcher activity | User taps app icon | instantiateActivity |
| Deep link | URL launches your Activity | instantiateActivity |
|
| App shortcut | Long-press → quick action → Activity | instantiateActivity |
|
| Share sheet target | Share to Discord → ShareActivity | instantiateActivity |
|
| Notification tap | Tapping a push notification | instantiateActivity |
|
| Task restore | OS recreates Activity after kill | instantiateActivity |
| Category | Subcategory | Event | Description & Trigger | Implementation File | Example Payload | Confirmed |
|---|---|---|---|---|---|---|
| ❗ Network events | network_usage | app_network_usage |
Snapshot of how many bytes we sent/received when the NetStats poller runs. | modules/network/NetStats.android.tsx |
View{
"event": "app_network_usage",
"total_receive_bytes": 312345678,
"total_send_bytes": 182345123
} |
❌ |
| Category | Subcategory | Event | Description & Trigger | Implementation File | Example Payload | Confirmed |
|---|
OlderNewer