Uses of Class
org.robovm.apple.storekit.SKDownload
| Package | Description |
|---|---|
| org.robovm.apple.storekit |
-
Uses of SKDownload in org.robovm.apple.storekit
Methods in org.robovm.apple.storekit that return types with arguments of type SKDownload Modifier and Type Method Description NSArray<SKDownload>SKPaymentTransaction. getDownloads()Method parameters in org.robovm.apple.storekit with type arguments of type SKDownload Modifier and Type Method Description voidSKPaymentQueue. cancelDownloads(NSArray<SKDownload> downloads)voidSKPaymentQueue. pauseDownloads(NSArray<SKDownload> downloads)voidSKPaymentQueue. resumeDownloads(NSArray<SKDownload> downloads)voidSKPaymentQueue. startDownloads(NSArray<SKDownload> downloads)voidSKPaymentTransactionObserver. updatedDownloads(SKPaymentQueue queue, NSArray<SKDownload> downloads)voidSKPaymentTransactionObserverAdapter. updatedDownloads(SKPaymentQueue queue, NSArray<SKDownload> downloads)