Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable toast AfterActivationBehavior #1355

Merged
merged 1 commit into from
Aug 1, 2017

Conversation

andrewleader
Copy link
Contributor

Toast AfterActivationBehavior is now available in Insider builds 16251 and higher for the Fall Creators Update! You can use AfterActivationBehavior to keep your toast around in a "pending update" state while a background task gets fired off, and then your background task should update the toast when the operation is complete. Great for things like Pause/Resume buttons on toast download progress.

This pull request simply removes the Obsolete tags we had to add. We previously accidentally added this API before it was available, hence we added Obsolete tags previously.

Toast AfterActivationBehavior is now available in Insider builds 16251 and higher for the Fall Creators Update! You can use AfterActivationBehavior to keep your toast around in a "pending update" state while a background task gets fired off, and then your background task should update the toast when the operation is complete. Great for things like Pause/Resume buttons on toast download progress.
@andrewleader
Copy link
Contributor Author

Thanks Nikola! We'll be publishing documentation on how to use this feature soon, Lei's the feature owner and is working on that.

@andrewleader andrewleader merged commit 2261957 into dev Aug 1, 2017
@andrewleader andrewleader deleted the anbare/toast-afteractivationbehavior branch August 1, 2017 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants