Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : thinkpower.bindingios.alipay

// 版本号码:前3码是对应原生SDK版号,后1码是Nuget上传版号 public override void ViewDidLoad() { base.ViewDidLoad(); var btn1 = new UIButton() { BackgroundColor = new UIColor(0,0,255,255), Frame = new CoreGraphics.CGRect(50, 50, 200, 100) }; btn1.SetTitle ("Order", UIControlState.Normal); btn1.TouchUpInside += (sender, e) => { var orderStr = OrderHelper.OrderStr("id", "id", "20150525-000001", "Xamarin中文书", "Visual C#与Xamarin跨平台行动App开发实战", "0.01", "http://notify.java.jpxx.org/index.jsp" ); var PrivateKey = "PrivateKey"; var schemeStr = OrderHelper.SchemeStr(orderStr, PrivateKey); AlipaySDK.DefaultService().PayOrder(orderStr, schemeStr, completionBlock); }; this.View.AddSubview(btn1); } Action<NSDictionary> completionBlock = new Action<NSDictionary>((result) => { new UIAlertView("title", result.ToString(), null, "ok", null).Show(); }); //(代码于正式版时公开)

Registry - Homepage - JSON
purl: pkg:nuget/thinkpower.bindingios.alipay
Keywords: Xamarin, Binding, iOS, Alipay
License:
Latest release: about 9 years ago
First release: about 9 years ago
Last synced: 29 days ago

    Loading...
    Readme
    Loading...