void Start()
 {
     _instance = AnySDKPush.getInstance();
     _instance.setListener(this, "PushExternalCall");
 }