Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

How do I specifiy what folder the icon is in? #272

Open
justinjalandoniiwest opened this issue Feb 25, 2021 · 0 comments
Open

How do I specifiy what folder the icon is in? #272

justinjalandoniiwest opened this issue Feb 25, 2021 · 0 comments

Comments

@justinjalandoniiwest
Copy link

justinjalandoniiwest commented Feb 25, 2021

Is this the correct way? How do I specify the directory? This is for a .NET mvc

Push.create("New Message!", {
    body: parsedMessageDetails[MESSAGE],
    icon: '/Content/icons/message-alert.png',
    timeout: 1000,
    onClick: function() {
        window.focus();
        this.close();
    }
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant