Răsfoiți Sursa

Add documentation for canMakePayments

Andrea Bizzotto 7 ani în urmă
părinte
comite
297a8a02d2
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      SwiftyStoreKit/SwiftyStoreKit.swift

+ 3 - 0
SwiftyStoreKit/SwiftyStoreKit.swift

@@ -134,6 +134,9 @@ extension SwiftyStoreKit {
 
     // MARK: Public methods - Purchases
     
+    /**
+     * Return NO if this device is not able or allowed to make payments
+     */
     public class var canMakePayments: Bool {
         return SKPaymentQueue.canMakePayments()
     }