Skip to content

Instantly share code, notes, and snippets.

@c0rp-aubakirov
Created January 16, 2017 09:50
Show Gist options
  • Save c0rp-aubakirov/118705dfbd97bb3a72ae58f81c582877 to your computer and use it in GitHub Desktop.
Save c0rp-aubakirov/118705dfbd97bb3a72ae58f81c582877 to your computer and use it in GitHub Desktop.
private boolean checkAlertMethod(String method){
return method.equals("Push Notifications") || method.equals("Email") || method.equals("SMS");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment