Originally created by @nickoneill on GitHub (Mar 14, 2015).
Hi there,
Say I only want to use the significant event tracker and disable the daysUntilPrompt and usesUntilPrompt notifications. Does setting these to 0 disable similarly to the remind functionality?
Originally created by @nickoneill on GitHub (Mar 14, 2015).
Hi there,
Say I only want to use the significant event tracker and disable the `daysUntilPrompt` and `usesUntilPrompt` notifications. Does setting these to 0 disable similarly to the remind functionality?
No they don't, but if you don't ever want to show a prompt, implement a ArmchairShouldPromptClosure to stop it from ever showing, or set those values to their max.
@coneybeare commented on GitHub (Mar 14, 2015):
No they don't, but if you don't ever want to show a prompt, implement a `ArmchairShouldPromptClosure` to stop it from ever showing, or set those values to their max.
```
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @nickoneill on GitHub (Mar 14, 2015).
Hi there,
Say I only want to use the significant event tracker and disable the
daysUntilPromptandusesUntilPromptnotifications. Does setting these to 0 disable similarly to the remind functionality?@coneybeare commented on GitHub (Mar 14, 2015):
No they don't, but if you don't ever want to show a prompt, implement a
ArmchairShouldPromptClosureto stop it from ever showing, or set those values to their max.