Exemplo n.º 1
0
 private PushInfoManager()
 {
     Push.AddPushInfoListener(this);//注册监听器,让两个接口可收到push信息,从而上传给我服务器
 }