Skip to content

Instantly share code, notes, and snippets.

@korrio
Created December 6, 2015 03:32
Show Gist options
  • Save korrio/fb9ee611267846f4d12e to your computer and use it in GitHub Desktop.
Save korrio/fb9ee611267846f4d12e to your computer and use it in GitHub Desktop.
messageType
public final static int MSG_TYPE_TEXT = 0;
public final static int MSG_TYPE_FACE = 1; // sticker
public final static int MSG_TYPE_PHOTO = 2;
public final static int MSG_TYPE_CLIP = 3;
public final static int MSG_TYPE_LOCATION = 6;
public final static int MSG_TYPE_CONTACT = 7;
public final static int MSG_TYPE_VOICE = 8;
public final static int MSG_TYPE_DOODLE = 9;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment