最終更新:2018-12-18 (火) 18:21:15 (1948d)  

WebViewObject.cs
Top / WebViewObject.cs

https://github.com/gree/unity-webview/blob/master/plugins/WebViewObject.cs

public class WebViewObject? : MonoBehaviour

  • OnApplicationPause?
  • Update
  • SetKeyboardVisible?
  • AdjustBottomMargin?
  • IsKeyboardVisible?
  • Init
  • OnDestroy?
  • SetCenterPositionWithScale?
  • SetMargins?
  • SetVisibility?
  • GetVisibility?
  • LoadURL
  • LoadHTML
  • EvaluateJS
  • Progress
  • CanGoBack?
  • CanGoForward?
  • GoBack?
  • GoForward?
  • CallOnError?
  • CallOnHttpError?
  • CallOnStarted?
  • CallOnLoaded?
  • CallFromJS
  • AddCustomHeader?
  • GetCustomHeaderValue?
  • RemoveCustomHeader?
  • ClearCustomHeader?
  • ClearCookies?
  • OnApplicationFocus?
  • OnGUI