t1k:unity:tof:notification
| Field | Value |
|---|---|
| Module | tof |
| Version | 2.2.2 |
| Effort | high |
| Tools | — |
Keywords: mobile-ux, notification, permission, push, smart-prompt
How to invoke
Section titled “How to invoke”/t1k:unity:tof:notificationNotification
Section titled “Notification”Purpose
Section titled “Purpose”The Notification feature provides a smart notification permission handling system for Unity mobile games with user experience-aware timing. It seamlessly integrates with the user experience system to request notification permissions at optimal moments, ensuring a non-intrusive user experience while maximizing permission grant rates.
Public API
Section titled “Public API”class
NotificationService(NotificationService.cs)NotificationValidator(NotificationValidator.cs)NotificationVContainer(NotificationVContainer.cs)
Signals / Events
Section titled “Signals / Events”None detected.
Config / ScriptableObjects
Section titled “Config / ScriptableObjects”None detected.
Integration Steps
Section titled “Integration Steps”- Reference package
TheOneFeaturein your project. - Register the Notification services via VContainer (see Architecture).
- Configure any ScriptableObjects listed in Config section.
- Subscribe to signals listed in Signals / Events to react to state changes.
Architecture
Section titled “Architecture”Detected public types (3): class
NotificationService(NotificationService.cs)NotificationValidator(NotificationValidator.cs)NotificationVContainer(NotificationVContainer.cs)
Detected DI registrations:
NotificationService
Dependencies
Section titled “Dependencies”Run with FEATURE_MATRIX/DEPENDENCY_GRAPH integration to fill.
Gotchas
Section titled “Gotchas”(None reported yet — open an issue in The1Studio/theonekit-unity if you hit one.)
References
Section titled “References”- Source:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Notification/ - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Notification/README.md - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Notification/CHANGELOG.md - Namespace:
TheOne.Features.NoInternet.Editor,TheOne.Features.Notification.DI,TheOne.Features.Notification.Services