Changes between Version 1 and Version 2 of information-type


Ignore:
Timestamp:
03/18/2014 04:27:40 PM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • information-type

    v1 v2  
    11截止汽车网客户端4.2版,资讯一共存在6个类型,如下: 
    2  
     2{{{ 
    33typedef enum 
    44{ 
     
    1010    InformationZT,         // 专题网页 
    1111    InformationActivity   // 活动网页 
    12 } InformationType; 
    13  
     12}  
     13}}} 
    1414以上类型,除unknown外,其他都是通过解析to-uri字段里的内容来进行判断: 
    1515