- Notifications
You must be signed in to change notification settings - Fork 15
Add signal filtering api #160
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
Conversation
| return this; | ||
| } | ||
| | ||
| /** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the end, I figured that, at least in Android, setting the filters with a function named set* might be better in order to keep consistency with all the other config options @bryce-b @gregkalapos jsyk
| I think we should allow for filter chaining. By this I mean allowing multiple filters to be set. Instead of |
| Sounds good, I just added filter chaining support @bryce-b |
…to 158-add-signal-filtering-api
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Closes #158