Skip to content

Instantly share code, notes, and snippets.

@amitkma
Created September 29, 2017 05:40
Show Gist options
  • Save amitkma/612d858d12482c97d3b055787575927d to your computer and use it in GitHub Desktop.
Save amitkma/612d858d12482c97d3b055787575927d to your computer and use it in GitHub Desktop.
public enum MessageType {
TEXT_MESSAGE_TYPE,
IMAGE_MESSAGE_TYPE,
INFO_MESSAGE_TYPE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment