public override void InAppRecenter(WVR_RecenterType recenterType)
 {
     WVR_InAppRecenter_Android(recenterType);
 }
 public static extern void WVR_InAppRecenter_Android(WVR_RecenterType recenterType);
 public static extern void WVR_InAppRecenter_HVR(WVR_RecenterType recenterType);
Пример #4
0
 public void InAppRecenter(WVR_RecenterType recenterType)
 {
 }
Пример #5
0
 public override void InAppRecenter(WVR_RecenterType recenterType)
 {
     system.InAppRecenter(recenterType);
 }