Skip to content

Instantly share code, notes, and snippets.

@imhet
Created February 5, 2015 09:58
Show Gist options
  • Save imhet/760a8b98551a179867d0 to your computer and use it in GitHub Desktop.
Save imhet/760a8b98551a179867d0 to your computer and use it in GitHub Desktop.
query list of keyword
ArrayList<String> channels = new ArrayList<String>();
channels.add(audienceGender);
channels.add(audienceEducation);
channels.add(audienceCity);
pushQuery.whereContainsAll("channels", channels);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment