{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/unity-csharp-call-java-android-interop/",
  "atlas": "https://www.pystone.net/?node=unity-csharp-call-java-android-interop#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/unity-csharp-call-java-android-interop.md",
  "context": "https://www.pystone.net/notes/unity-csharp-call-java-android-interop.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:unity-csharp-call-java-android-interop",
  "slug": "unity-csharp-call-java-android-interop",
  "title": "CSharp调用Java&与Android交互",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "CSharp调用Java&与Android交互",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "2b0537f9bb0406070951ebda13ec3c923e428a24bb606a773b2b8aef4c51758c",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "CSharp调用Java&与Android交互",
      "anchor": "csharp调用java与android交互",
      "citation": "https://www.pystone.net/notes/unity-csharp-call-java-android-interop/#csharp%E8%B0%83%E7%94%A8java%E4%B8%8Eandroid%E4%BA%A4%E4%BA%92"
    },
    {
      "depth": 2,
      "text": "Heading",
      "anchor": "heading",
      "citation": "https://www.pystone.net/notes/unity-csharp-call-java-android-interop/#heading"
    },
    {
      "depth": 2,
      "text": "应用",
      "anchor": "应用",
      "citation": "https://www.pystone.net/notes/unity-csharp-call-java-android-interop/#%E5%BA%94%E7%94%A8"
    },
    {
      "depth": 2,
      "text": "Ref",
      "anchor": "ref",
      "citation": "https://www.pystone.net/notes/unity-csharp-call-java-android-interop/#ref"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:game-graphics-and-runtime",
      "title": "游戏图形与运行时",
      "url": "https://www.pystone.net/notes/game-graphics-and-runtime/",
      "atlas": "https://www.pystone.net/?node=game-graphics-and-runtime#knowledge-atlas",
      "label": "游戏图形与运行时",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "Unity中的“CSharp调用Java&与Android交互”导航项",
      "citation": "https://www.pystone.net/notes/game-graphics-and-runtime/#unity"
    }
  ],
  "contentMarkdown": "# CSharp调用Java&与Android交互\n\n> 创建时间：2020/9/28 10:18\n\n## Heading\n\n<https://www.jb51.net/article/134135.htm>\n<https://blog.csdn.net/m0_38096376/article/details/69567409>\n<https://www.jianshu.com/p/b5e3cfcdf081>\n<https://www.cnblogs.com/wufeng0927/p/5178216.html>\n\n## 应用\n\n```csharp\nstring s1 = &quot;Hello &quot;;\nstring s2 = s1;\ns1 += &quot;World&quot;;\n\nSystem.Console.WriteLine(s2);\n//Output: Hello\n\n```\n\n## Ref\n\n<https://www.xuanyusong.com/archives/4753>\n"
}
