protected override void OnAppearing()
        {
            base.OnAppearing();

            AppCenterService.TrackEvent(AppCenterConstants.VotePageAppeared);

            _graphqlApiEndpointEditor.Text = GraphQLSettings.Uri.ToString();
            _shouldUpdateChartAutomaticallySwitch.IsToggled = GraphQLSettings.ShouldUpdateChartAutomatically;
        }
示例#2
0
        protected override void OnAppearing()
        {
            base.OnAppearing();

            AppCenterService.TrackEvent(AppCenterConstants.VotePageAppeared);
        }
        async void CreatedByLabelTapped()
        {
            AppCenterService.TrackEvent(AppCenterConstants.CreatedByLabelTapped);

            await DependencyService.Get <IDeepLinks>().OpenTwitter().ConfigureAwait(false);
        }