Created
December 6, 2015 03:32
-
-
Save korrio/fb9ee611267846f4d12e to your computer and use it in GitHub Desktop.
messageType
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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