Giter Club home page Giter Club logo

Comments (1)

Windos avatar Windos commented on August 16, 2024

Hey @cdric0701, the short answer is neither.

ExpirationTime sets when the toast is no longer relevant and should be removed from the system (if it's still on the screen it'll dismiss itself and it'll also be removed from the Action Center.)

CustomTimestamp is for changing what the system displays as the time a toast was received. It's generally something you may use for a chat application where the message was received at, say, 11:50, but you know it'll take a minute or two to show the toast. Instead of letting Windows show the time the notification was received (11:52 ish) you set the time stamp to 11:50 in the code.

There's no "good" way to keep the toast displaying for a long time, unfortunately. It will display for longer if you choose a looping sounds, such as any of the call or alarm sounds.

If you're using the advanced functions (e.g. not New-BurntToastNotification) you can replicate a toast which displays for longer without having to play a specific sound. Specifically, look at both the scenario (set this to alarm) and duration (set this to alarm) parameters on the New-BTContent function.

from burnttoast.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.