Exemple #1
0
        public void OnFuturePaymentPurchasePressed(object sender, EventArgs e)
        {
            // Get the Application Correlation ID from the SDK
            var correlationId = PayPalConfiguration.GetApplicationCorrelationId(this);

            Toast.MakeText(ApplicationContext, string.Format("App Correlation ID received from SDK: {0}", correlationId), ToastLength.Long).Show();
        }