SYMBOL INDEX (47 symbols across 4 files) FILE: android/src/jp/radiumsoftware/unitywebviewexample/ExtendedUnityPlayerActivity.java class ExtendedUnityPlayerActivity (line 22) | public class ExtendedUnityPlayerActivity extends UnityPlayerActivity { class JSInterface (line 25) | private class JSInterface { method JSInterface (line 28) | JSInterface() { method pushMessage (line 32) | public void pushMessage(String message) { method onCreate (line 51) | protected void onCreate(Bundle savedInstanceState) { method updateWebView (line 88) | public void updateWebView(final String lastRequestedUrl, final boolean... method pollWebViewMessage (line 130) | public String pollWebViewMessage() { method makeTransparentWebViewBackground (line 135) | public void makeTransparentWebViewBackground() { FILE: unity/Assets/Plugins/WebMediator.js class WebMediatorMessage (line 8) | class WebMediatorMessage { method WebMediatorMessage (line 12) | WebMediatorMessage(rawMessage : String) { function Install (line 40) | function Install() { function SetMargin (line 50) | function SetMargin(left : int, top: int, right : int, bottom : int) { function Show (line 59) | function Show() { function Hide (line 62) | function Hide() { function IsVisible (line 65) | function IsVisible() { function SetClearCache (line 69) | function SetClearCache() function SetCache (line 74) | function SetCache() function LoadUrl (line 80) | function LoadUrl(url : String) { function Update (line 85) | function Update() { function InstallPlatform (line 94) | function InstallPlatform() { } function UpdatePlatform (line 95) | function UpdatePlatform() { } function ApplyMarginsPlatform (line 96) | function ApplyMarginsPlatform() { } function PollMessage (line 97) | function PollMessage() : WebMediatorMessage { return null; } function MakeTransparentWebViewBackground (line 98) | function MakeTransparentWebViewBackground() { } function _WebViewPluginInstall (line 104) | function _WebViewPluginInstall() {} function _WebViewPluginLoadUrl (line 105) | function _WebViewPluginLoadUrl(url : String, isClearCache : boolean) {} function _WebViewPluginSetVisibility (line 106) | function _WebViewPluginSetVisibility(visibility : boolean) {} function _WebViewPluginSetMargins (line 107) | function _WebViewPluginSetMargins(left : int, top : int, right : int, bo... function _WebViewPluginPollMessage (line 108) | function _WebViewPluginPollMessage() : String {} function _WebViewPluginMakeTransparentBackground (line 109) | function _WebViewPluginMakeTransparentBackground() {} function InstallPlatform (line 113) | function InstallPlatform() { function ApplyMarginsPlatform (line 117) | function ApplyMarginsPlatform() { function UpdatePlatform (line 121) | function UpdatePlatform() { function PollMessage (line 132) | function PollMessage() : WebMediatorMessage { function MakeTransparentWebViewBackground (line 137) | function MakeTransparentWebViewBackground() function InstallPlatform (line 148) | function InstallPlatform() { function ApplyMarginsPlatform (line 152) | function ApplyMarginsPlatform() { } function UpdatePlatform (line 154) | function UpdatePlatform() { function PollMessage (line 159) | function PollMessage() : WebMediatorMessage { function MakeTransparentWebViewBackground (line 165) | function MakeTransparentWebViewBackground() FILE: unity/Assets/Scripts/Box.js function Update (line 3) | function Update() { FILE: unity/Assets/Scripts/TestInterface.js function ActivateWebView (line 10) | function ActivateWebView() { function DeactivateWebView (line 17) | function DeactivateWebView() { function ProcessMessages (line 24) | function ProcessMessages() { function Start (line 59) | function Start() { function Update (line 63) | function Update() { function OnGUI (line 71) | function OnGUI() {