Inheritance: NSObject
示例#1
0
 public static SKPayment PaymentWithProduct(SKProduct product)
 {
     return(Runtime.GetNSObject <SKPayment>(ObjC.MessageSendIntPtr(_classHandle, Selector.GetHandle("paymentWithProduct:"), product.Handle)));
 }
示例#2
0
 public static SKPayment PaymentWithProduct(SKProduct product)
 {
     return Runtime.GetNSObject<SKPayment>(ObjC.MessageSendIntPtr(_classHandle, Selector.GetHandle("paymentWithProduct:"), product.Handle));
 }