Re: Controlling notifications when they are too often
Re: Controlling notifications when they are too often
- Subject: Re: Controlling notifications when they are too often
- From: email@hidden
- Date: Fri, 05 Feb 2016 15:01:48 -0800
You could rate limit messages, so you only post one per every 5 seconds. You could then even make that user adjustable
Another option is to play a sound and then have some sidebar UI that kept a log of those that could be reviewed later on.
Those are just a couple ideas I had, their might be other interesting avenues to explore.
Notification announcements are good to use here. Note they always interrupt and if you have a very fast incoming rate, looking to some of these other solutions may be necessary
> On Feb 5, 2016, at 2:14 PM, Drake, Ted <email@hidden> wrote:
>
> Hi list
>
> Our team is trying to improve the accessibility of an image capture
> function for importing documents. We are already displaying text on the
> screen that tells the user to get closer, move right, hold steady, etc.
>
> We can get these text strings to be announced, but what is the best
> strategy if they change quickly and the visual labels appear faster than
> they can be announced?
>
> I was looking at UIAccessibilityAnnouncementDidFinishNotification. Should
> we use this and avoid announcing a new notification if the previous one
> hasnĀ¹t finished? Is there a better way of doing this?
>
>
> <https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAc
> cessibility_Protocol/index.html#//apple_ref/c/data/UIAccessibilityAnnouncem
> entDidFinishNotification>
>
> Thank you
>
>
>
> Ted Drake | Principal Engineer,
> Intuit Accessibility
> Work Phone: (650) 944-5265| Cell Phone: (650) 245-4825 |
> email@hidden
> Twitter: @ted_drake <http://twitter.com/ted_drake>
>
> Intuit | simplify the business of lifetm
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Accessibility-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden