public void Show() { if (_IsOnScreen) { return; } _IsOnScreen = true; AN_GoogleAdProxy.ShowAd(_id); }