void I3RDPlatformSDK.ShowLoginViewWithType(int type)
 {
     if (JoyYouSDK.isInitialised)
     {
         JoyYouNativeInterface.ShowLoginViewWithType(type);
     }
 }