public override void ViewDidAppear(bool animated) { base.ViewDidAppear(animated); SpecTableView.FlashScrollIndicators(); PerformSelector(new ObjCRuntime.Selector("demo:"), null, 1); // This screen name value will remain set on the tracker and sent with // hits until it is set to a new value or to null. Gai.SharedInstance.DefaultTracker.Set(GaiConstants.ScreenName, "AdLayout View"); Gai.SharedInstance.DefaultTracker.Send(DictionaryBuilder.CreateScreenView().Build()); }
void RunDemo(NSString arg) { SpecTableView.FlashScrollIndicators(); PerformSelector(new ObjCRuntime.Selector("demo:"), null, 1); }