Skip to content

Instantly share code, notes, and snippets.

@korrio
Created June 30, 2015 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korrio/edbad3a6fd0f637eb1ec to your computer and use it in GitHub Desktop.
Save korrio/edbad3a6fd0f637eb1ec to your computer and use it in GitHub Desktop.
noti code
public static int TYPES_likeFeed = 100;
public static int TYPES_commentFeed = 101;
public static int TYPES_liveNow = 200;
public static int TYPES_followedYou = 300;
public static int TYPES_chatMessage = 500;
public static int TYPES_chatSticker = 501;
public static int TYPES_chatFile = 502;
public static int TYPES_chatLocation = 503;
public static int TYPES_chatFreeCall = 504;
public static int TYPES_chatVideoCall = 505;
public static int TYPES_chatInviteGroup = 506;
public static int TYPES_confInvite = 600;
public static int TYPES_confCreate = 601;
public static int TYPES_confJoin = 602;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment