Unity
Overview
Setup
Constructor
WindayWrapper()
WindayWrapper webView = new WindayWrapper();Methods
1. Subscribe(string eventName, Action callback)
2. Subscribe<T>(string eventName, Action<T> callback) where T : class
3. Unsubscribe(string eventName)
4. SetVisible(bool visible)
5. LoadPage(string url)
6. SetMargins(int left, int top, int right, int bottom, bool relative = false)
7. OnPageStartLoading
8. OnPageLoaded
9. OnClosed
Event Examples
exit-mobile-plugin
winday-game-win
winday-game-lose
winday-game-tutorial-start
winday-game-tutorial-complete
winday-game-colors
Last updated