Beispiel #1
0
 private static AndroidJavaObject GetApiClient(GooglePlayGames.Native.PInvoke.GameServices services)
 {
     return(JavaUtils.JavaObjectFromPointer(InternalHooks.InternalHooks_GetApiClient(services.AsHandle())));
 }
 private static AndroidJavaObject GetApiClient(GameServices services)
 {
     return(JavaUtils.JavaObjectFromPointer(C.InternalHooks_GetApiClient(services.AsHandle())));
 }