Beispiel #1
0
        public void OnXWalkInitFailed()
        {
            if (mXWalkUpdater == null)
            {
                mXWalkUpdater = new XWalkUpdater(this, this);
            }
            mXWalkUpdater.UpdateXWalkRuntime();

            //throw new NotImplementedException();
        }