No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AndroidRuntime.h 350B

12345678910111213141516
  1. #pragma once
  2. #include "il2cpp-config.h"
  3. namespace il2cpp
  4. {
  5. namespace vm
  6. {
  7. class LIBIL2CPP_CODEGEN_API AndroidRuntime
  8. {
  9. public:
  10. static void SetNetworkUpStateFunc(Il2CppAndroidUpStateFunc func);
  11. static bool GetNetworkInterfaceUpState(Il2CppString* ifName, bool* isUp);
  12. };
  13. } /* namespace vm */
  14. } /* namespace il2cpp */