protected override void OnAppearing() { base.OnAppearing(); AppCenterService.TrackEvent(AppCenterConstants.VotePageAppeared); _graphqlApiEndpointEditor.Text = GraphQLSettings.Uri.ToString(); _shouldUpdateChartAutomaticallySwitch.IsToggled = GraphQLSettings.ShouldUpdateChartAutomatically; }
protected override void OnStart() { base.OnStart(); AppCenterService.Start(); }
protected override void OnAppearing() { base.OnAppearing(); AppCenterService.TrackEvent(AppCenterConstants.VotePageAppeared); }
async void CreatedByLabelTapped() { AppCenterService.TrackEvent(AppCenterConstants.CreatedByLabelTapped); await DependencyService.Get <IDeepLinks>().OpenTwitter().ConfigureAwait(false); }