Pārlūkot izejas kodu

Add documentation for canMakePayments

Andrea Bizzotto 7 gadi atpakaļ
vecāks
revīzija
297a8a02d2
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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()
     }