public static void getAdvIDFA()
 {
     Debug.Log("getAdvIDFA");
     JoyYouInterfaceSimulator.SendObjMsg("NotifyIDFA", "IDFA=XXXXXXXXXXXXXXXXX");
 }
 public static void onRegister()
 {
     Debug.Log("onRegister");
     JoyYouInterfaceSimulator.SendObjMsg("RegisterCallBack", "Simulating API: \"HLRegister\"");
 }
 public static void QuitGame(string paramString)
 {
     Debug.Log("QuitGame");
     JoyYouInterfaceSimulator.SendObjMsg("QuitGame", "Simulating API: \"QuitGame\"");
 }
 public static void VerifyingUpdatePassCallBack(string msg)
 {
     JoyYouInterfaceSimulator.SendObjMsg("VerifyingUpdatePassCallBack", "Simulating API: \"ShowLoginView\"");
 }
 public static void Pay()
 {
     JoyYouInterfaceSimulator.SendObjMsg("PayCallBack", "Simulating API: \"Pay()\"");
 }
 public static void ShowCenterView()
 {
     JoyYouInterfaceSimulator.SendObjMsg("UserCenteredClosedCallBack", "Simulating API: \"ShowCenterView()\"");
 }
 public static void Logout()
 {
     JoyYouInterfaceSimulator.SendObjMsg("LogoutCallBack", "Simulating API: \"Logout()\"");
 }
 public static void ShowLoginViewWithType(int type)
 {
     JoyYouInterfaceSimulator.SendObjMsg("LoginCallBack", "Simulating API: \"ShowLoginViewWithType(int type)\"");
 }