Package iqq.im.bean.content

Examples of iqq.im.bean.content.TextItem


            case CFACE:   addContentItem(new CFaceItem(items.toString())); break;
            case OFFPIC: addContentItem(new OffPicItem(items.toString())); break;
            default:
          }
        }else if( value instanceof String){
          addContentItem(new TextItem((String) value));
        }else{
          throw new QQException(QQErrorCode.UNKNOWN_ERROR, "unknown msg content type:" + value.toString());
        }
      }
    } catch (JSONException e) {
View Full Code Here

TOP

Related Classes of iqq.im.bean.content.TextItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.