Exemplo n.º 1
0
 public void toBundle(Bundle bundle) {
   super.toBundle(bundle);
   bundle.putAll(Builder.toBundle(this.message));
   bundle.putInt("_wxapi_sendmessagetowx_req_scene", this.scene);
 }
Exemplo n.º 2
0
 public void fromBundle(Bundle bundle) {
   super.fromBundle(bundle);
   this.message = Builder.fromBundle(bundle);
   this.scene = bundle.getInt("_wxapi_sendmessagetowx_req_scene");
 }