- From: Mounir Lamouri <notifications@github.com>
- Date: Thu, 17 Dec 2015 05:40:35 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Thursday, 17 December 2015 13:41:03 UTC
Why not simply use the events? The current one (`beforeinstallprompt`)
combined with `installed` should offer the same information.
On Thu, 17 Dec 2015, at 12:41, Kenneth Rohde Christiansen wrote:
> What about
>
> ```
> engagementchange(EngagementChangeReason reason)
>
> enum EngagementChangeReason {
> "uninstalled",
> "installed-manually",
> "install-prompt-shown",
> "install-prompt-cancelled",
> "install-prompt-accepted",
> "install-prompt-denied"
> }
> ```
>
> ---
> Reply to this email directly or view it on GitHub:
> https://github.com/w3c/manifest/issues/417#issuecomment-165442341
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/417#issuecomment-165455506
Received on Thursday, 17 December 2015 13:41:03 UTC