Przeglądaj źródła

Add documentation for canMakePayments

Andrea Bizzotto 7 lat temu
rodzic
commit
297a8a02d2
1 zmienionych plików z 3 dodań i 0 usunięć
  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()
     }