コード例 #1
0
 /**
  * Set the extra tag of the message
  *
  * @param tag
  */
 public void setTag(LiJSONObject tag) {
   message.setTag(tag);
 }