Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS MacCloud Plugin:
- class AppReceiptIAPMBS
- method Constructor
- method isActiveAutoRenewableSubscriptionForDate(d as Date) as boolean
- method isActiveAutoRenewableSubscriptionForDate(d as DateTime) as boolean
- property productIdentifier as String
- property transactionIdentifier as String
- property quantity as Integer
- property webOrderLineItemID as Integer
- property originalTransactionIdentifier as String
- property purchaseDate as Date
- property originalPurchaseDate as Date
- property subscriptionExpirationDate as Date
- property cancellationDate as Date
- property purchaseDateTime as DateTime
- property originalPurchaseDateTime as DateTime
- property subscriptionExpirationDateTime as DateTime
- property cancellationDateTime as DateTime
- class AppReceiptMBS
- method inAppPurchases as AppReceiptIAPMBS()
- method Constructor
- method verifyReceiptHash as boolean
- method containsInAppPurchaseOfProductIdentifier(productIdentifier as string) as boolean
- method containsActiveAutoRenewableSubscriptionOfProductIdentifier(productIdentifier as string, d as date) as boolean
- method containsActiveAutoRenewableSubscriptionOfProductIdentifier(productIdentifier as string, d as dateTime) as boolean
- property bundleIdentifier as String
- property appVersion as String
- property originalAppVersion as String
- property expirationDate as Date
- property creationDate as Date
- property transactionDate as Date
- property purchaseDate as Date
- property receiptHash as MemoryBlock
- property opaqueValue as MemoryBlock
- property bundleIdentifierData as MemoryBlock
- property expirationDateTime as DateTime
- property creationDateTime as DateTime
- property transactionDateTime as DateTime
- property purchaseDateTime as DateTime
- shared method receiptForFile(file as folderitem) as AppReceiptMBS
- shared method bundleReceipt as AppReceiptMBS
- shared method setAppleRootCertificate(File as FolderItem)
- shared method setAppleRootCertificate(Data as Memoryblock)
- class AppReceiptVerificatorMBS
- method Constructor
- method verifyAppReceipt as boolean
- method verifyReceipt(Receipt as AppReceiptMBS) as boolean
- property bundleIdentifier as String
- property bundleVersion as String
- property FailReason as String
- shared method GUID as string
- shared method ExitApp(code as integer = 173)
- shared property MACAddress as MemoryBlock
- class FolderItem
- class NSComparisonPredicateMBS
- method rightExpression as NSExpressionMBS
- method leftExpression as NSExpressionMBS
- method options as integer
- method predicateOperatorType as integer
- method comparisonPredicateModifier as integer
- method Constructor(LeftExpression as NSExpressionMBS, rightExpression as NSExpressionMBS, modifier as UInt32, type as UInt32, options as UInt32)
- shared method predicate(LeftExpression as NSExpressionMBS, rightExpression as NSExpressionMBS, modifier as UInt32, type as UInt32, options as UInt32) as NSPredicateMBS
- class NSCompoundPredicateMBS
- method subpredicates as NSPredicateMBS()
- method compoundPredicateType as integer
- method Constructor(type as integer, predicates() as NSPredicateMBS)
- shared method andPredicateWithSubpredicates(predicates() as NSPredicateMBS) as NSPredicateMBS
- shared method orPredicateWithSubpredicates(predicates() as NSPredicateMBS) as NSPredicateMBS
- shared method notPredicateWithSubpredicate(predicate as NSPredicateMBS) as NSPredicateMBS
- class NSExpressionMBS
- method Constructor(Type as integer)
- method keyPath as string
- method functionName as string
- method variable as string
- method operand as NSExpressionMBS
- method expressionType as integer
- method predicate as NSPredicateMBS
- method leftExpression as NSExpressionMBS
- method rightExpression as NSExpressionMBS
- method arguments as variant()
- method constantValue as variant
- property Handle as Integer
- shared method expressionForKeyPath(name as string) as NSExpressionMBS
- shared method expressionForVariable(name as string) as NSExpressionMBS
- shared method expressionForConstantValue(value as variant) as NSExpressionMBS
- shared method expressionForEvaluatedObject as NSExpressionMBS
- shared method expressionForMinusSet(LeftExpression as NSExpressionMBS, rightExpression as NSExpressionMBS) as NSExpressionMBS
- shared method expressionForIntersectSet(LeftExpression as NSExpressionMBS, rightExpression as NSExpressionMBS) as NSExpressionMBS
- shared method expressionForUnionSet(LeftExpression as NSExpressionMBS, rightExpression as NSExpressionMBS) as NSExpressionMBS
- shared method expressionForAggregate(subexpressions() as NSExpressionMBS) as NSExpressionMBS
- shared method expressionWithFormat(format as string) as NSExpressionMBS
- shared method expressionWithFormat(format as string, arguments() as variant) as NSExpressionMBS
- shared method expressionForFunction(FunctionName as string, arguments() as variant) as NSExpressionMBS
- class NSFileCoordinatorMBS
- method Constructor(filePresenter as NSFilePresenterMBS = nil)
- method cancel
- method itemAtURLdidMoveToURL(oldURL as string, newURL as string)
- method itemAtURLwillMoveToURL(oldURL as string, newURL as string)
- method coordinateReadingItemAtURL(URL as string, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateWritingItemAtURL(URL as string, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateReadingItemAtURLwritingItemAtURL(readingURL as string, readingOptions as integer, writingItemAtURL as string, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- method prepareForReadingItemsAtURLs(readingURLs() as string, readingOptions as integer, writingItemsAtURLs() as string, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateReadingItemAtURL(File as folderitem, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateWritingItemAtURL(File as folderitem, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateReadingItemAtURLwritingItemAtURL(readingFile as folderitem, readingOptions as integer, writingItemAtFile as folderitem, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- method prepareForReadingItemsAtURLs(readingFiles() as folderitem, readingOptions as integer, writingItemsAtFiles() as folderitem, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- property Handle as Integer
- shared method FileURL(file as folderitem) as string
- shared method filePresenters as NSFilePresenterMBS()
- shared method addFilePresenter(filePresenter as NSFilePresenterMBS)
- shared method removeFilePresenter(filePresenter as NSFilePresenterMBS)
- event coordinateReadingItemAtURL(url as string, file as folderitem, tag as variant)
- event coordinateWritingItemAtURL(url as string, file as folderitem, tag as variant)
- event coordinateReadingItemAtURLwritingItemAtURL(readingURL as string, readingFile as folderitem, writingURL as string, writingFile as folderitem, tag as variant)
- event prepareComplete(Complete as NSFilePresenterHandlerMBS, tag as variant)
- class NSFilePresenterHandlerMBS
- class NSFilePresenterMBS
- method Constructor
- method Destructor
- property Handle as Integer
- event presentedItemURL as string
- event presentedItemDidMoveToURL(url as string, file as folderitem)
- event presentedItemDidChange
- event presentedItemDidGainVersion(version as NSFileVersionMBS)
- event presentedItemDidLoseVersion(version as NSFileVersionMBS)
- event presentedItemDidResolveConflictVersion(version as NSFileVersionMBS)
- event presentedSubitemDidAppearAtURL(URL as string, file as FolderItem)
- event presentedSubitemAtURLdidMoveToURL(oldURL as string, newURL as string, oldFile as folderitem, newFile as folderitem)
- event presentedSubitemDidChangeAtURL(URL as string, file as FolderItem)
- event presentedSubitemAtURLdidGainVersion(URL as string, file as FolderItem, version as NSFileVersionMBS)
- event presentedSubitemAtURLdidLoseVersion(URL as string, file as FolderItem, version as NSFileVersionMBS)
- event presentedSubitemAtURLdidResolveConflictVersion(URL as string, file as FolderItem, version as NSFileVersionMBS)
- event reacquirer
- event relinquishPresentedItemToReader(reader as NSFilePresenterHandlerMBS)
- event relinquishPresentedItemToWriter(writer as NSFilePresenterHandlerMBS)
- event savePresentedItemChangesWithCompletionHandler(Complete as NSFilePresenterHandlerMBS)
- event accommodatePresentedItemDeletionWithCompletionHandler(Complete as NSFilePresenterHandlerMBS)
- event accommodatePresentedSubitemDeletionAtURL(URL as string, file as FolderItem, Complete as NSFilePresenterHandlerMBS)
- event primaryPresentedItemURL as string
- class NSFileVersionMBS
- method Constructor
- method persistentIdentifier as Memoryblock
- method localizedName as string
- method localizedNameOfSavingComputer as string
- method Conflict as boolean
- method modificationDate as date
- method URL as string
- method File as folderitem
- method removeAndReturnError(byref error as NSErrorMBS) as boolean
- method replaceItemAtURL(file as folderitem, options as integer, byref error as NSErrorMBS) as string
- method replaceItemAtURL(url as string, options as integer, byref error as NSErrorMBS) as string
- method modificationDateTime as dateTime
- property Resolved as boolean
- property Discardable as boolean
- property Handle as Integer
- shared method versionOfItemAtURLforPersistentIdentifier(file as folderitem, PersistentIdentifier as Memoryblock) as NSFileVersionMBS
- shared method versionOfItemAtURLforPersistentIdentifier(URL as string, PersistentIdentifier as Memoryblock) as NSFileVersionMBS
- shared method FileURL(file as folderitem) as string
- shared method currentVersionOfItemAtURL(file as folderitem) as NSFileVersionMBS
- shared method currentVersionOfItemAtURL(url as string) as NSFileVersionMBS
- shared method otherVersionsOfItemAtURL(file as folderitem) as NSFileVersionMBS()
- shared method otherVersionsOfItemAtURL(url as string) as NSFileVersionMBS()
- shared method unresolvedConflictVersionsOfItemAtURL(file as folderitem) as NSFileVersionMBS()
- shared method unresolvedConflictVersionsOfItemAtURL(url as string) as NSFileVersionMBS()
- shared method removeOtherVersionsOfItemAtURL(file as folderitem, byref error as NSErrorMBS) as boolean
- shared method removeOtherVersionsOfItemAtURL(url as string, byref error as NSErrorMBS) as boolean
- shared method temporaryDirectoryURLForNewVersionOfItemAtURL(url as string) as string
- shared method addVersionOfItemAtURL(url as string, withContentsOfURL as string, options as integer, byref error as NSErrorMBS) as NSFileVersionMBS
- class NSMetadataItemMBS
- method Constructor
- method attributeKeys as string()
- method valueForAttribute(key as string) as variant
- method valuesForAttributes(keys() as string) as dictionary
- method FileName as string
- method DisplayName as string
- method URL as string
- method Path as string
- method File as folderitem
- method FileSize as UInt64
- method FileCreationDate as date
- method FileContentChangeDate as date
- method IsUbiquitous as boolean
- method UbiquitousItemHasUnresolvedConflicts as boolean
- method UbiquitousItemIsDownloaded as boolean
- method UbiquitousItemIsDownloading as boolean
- method UbiquitousItemIsUploaded as boolean
- method UbiquitousItemIsUploading as boolean
- method UbiquitousItemPercentDownloaded as double
- method UbiquitousItemPercentUploaded as double
- method FileCreationDateTime as dateTime
- method FileContentChangeDateTime as dateTime
- property Handle as Integer
- shared method NSMetadataItemFSNameKey as string
- shared method NSMetadataItemDisplayNameKey as string
- shared method NSMetadataItemURLKey as string
- shared method NSMetadataItemPathKey as string
- shared method NSMetadataItemFSSizeKey as string
- shared method NSMetadataItemFSCreationDateKey as string
- shared method NSMetadataItemFSContentChangeDateKey as string
- shared method NSMetadataItemIsUbiquitousKey as string
- shared method NSMetadataUbiquitousItemHasUnresolvedConflictsKey as string
- shared method NSMetadataUbiquitousItemIsDownloadedKey as string
- shared method NSMetadataUbiquitousItemIsDownloadingKey as string
- shared method NSMetadataUbiquitousItemIsUploadedKey as string
- shared method NSMetadataUbiquitousItemIsUploadingKey as string
- shared method NSMetadataUbiquitousItemPercentDownloadedKey as string
- shared method NSMetadataUbiquitousItemPercentUploadedKey as string
- class NSMetadataQueryMBS
- method resultAtIndex(index as integer) as NSMetadataItemMBS
- method isStarted as boolean
- method isGathering as boolean
- method isStopped as boolean
- method startQuery as boolean
- method stopQuery
- method results as NSMetadataItemMBS()
- method searchScopes as string()
- method disableUpdates
- method enableUpdates
- method resultCount as integer
- method Constructor
- method Destructor
- method setSearchScopes(folders() as folderitem)
- method setSearchScopes(paths() as string, folders() as folderitem)
- method setSearchScopes(paths() as string)
- method indexOfResult(item as NSMetadataItemMBS) as integer
- method groupingAttributes as string()
- method setGroupingAttributes(attributeNames() as string)
- method setSortDescriptor(sortDescriptor as NSSortDescriptorMBS)
- method sortDescriptors as NSSortDescriptorMBS()
- method setSortDescriptors(sortDescriptors() as NSSortDescriptorMBS)
- method groupedResults as NSMetadataQueryResultGroupMBS()
- property notificationBatchingInterval as double
- property predicate as NSPredicateMBS
- property Handle as Integer
- shared method NSMetadataQueryResultContentRelevanceAttribute as string
- shared method NSMetadataQueryUserHomeScope as string
- shared method NSMetadataQueryLocalComputerScope as string
- shared method NSMetadataQueryNetworkScope as string
- shared method NSMetadataQueryUbiquitousDocumentsScope as string
- shared method NSMetadataQueryUbiquitousDataScope as string
- shared method NSMetadataQueryDidStartGatheringNotification as string
- shared method NSMetadataQueryGatheringProgressNotification as string
- shared method NSMetadataQueryDidFinishGatheringNotification as string
- shared method NSMetadataQueryDidUpdateNotification as string
- event DidStartGathering(n as NSNotificationMBS)
- event GatheringProgress(n as NSNotificationMBS)
- event DidFinishGathering(n as NSNotificationMBS)
- event DidUpdate(n as NSNotificationMBS)
- class NSMetadataQueryResultGroupMBS
- class NSPredicateMBS
- method Print
- method description as string
- method predicateFormat as string
- method Constructor(value as boolean)
- method Constructor(predicateFormat as string, arguments() as variant)
- method Constructor(predicateFormat as string)
- property Handle as Integer
- shared method predicateWithValue(value as boolean) as NSPredicateMBS
- shared method predicateWithFormat(predicateFormat as string) as NSPredicateMBS
- shared method predicateWithFormat(predicateFormat as string, arguments() as variant) as NSPredicateMBS
- class NSUbiquitousKeyValueStoreMBS
- method Constructor
- method Destructor
- method synchronize as boolean
- method dictionaryRepresentation as dictionary
- method removeObjectForKey(key as string)
- method ArrayValue(key as string) as variant()
- method ArrayValue(key as string, assigns values() as variant)
- property StringValue(key as string) as string
- property DataValue(key as string) as memoryblock
- property IntegerValue(key as string) as Int64
- property DoubleValue(key as string) as double
- property BooleanValue(key as string) as Boolean
- property DictionaryValue(key as string) as Dictionary
- property VariantValue(key as string) as Variant
- property Handle as Integer
- shared method available as boolean
- shared method defaultStore as NSUbiquitousKeyValueStoreMBS
- shared method NSUbiquitousKeyValueStoreDidChangeExternallyNotification as string
- shared method NSUbiquitousKeyValueStoreChangeReasonKey as string
- shared method NSUbiquitousKeyValueStoreChangedKeysKey as string
- event DidChangeExternally(ChangeReason as integer, ChangedKeys() as string, notification as variant)
- class SKDownloadMBS
- method Constructor
- property Handle as Integer
- property contentIdentifier as String
- property contentVersion as String
- property progress as Double
- property contentURL as String
- property timeRemaining as Double
- property contentLength as Int64
- property Error as NSErrorMBS
- property Transaction as SKPaymentTransactionMBS
- property State as Integer
- shared method deleteContentForProductID(productID as string)
- shared method contentURLForProductID(productID as string) as string
- class SKMutablePaymentMBS
- method Constructor(payment as SKPaymentMBS)
- method Constructor(product as SKProductMBS)
- property quantity as Integer
- property requestData as MemoryBlock
- property productIdentifier as String
- property applicationUsername as String
- property simulatesAskToBuyInSandbox as Boolean
- shared method paymentWithProduct(product as SKProductMBS) as SKMutablePaymentMBS
- shared method paymentWithProduct(product as SKProductMBS, quantity as integer) as SKMutablePaymentMBS
- class SKPaymentMBS
- method Constructor(product as SKProductMBS)
- method copy as SKPaymentMBS
- method mutableCopy as SKMutablePaymentMBS
- property Handle as Integer
- property quantity as Integer
- property requestData as MemoryBlock
- property productIdentifier as String
- property applicationUsername as String
- property simulatesAskToBuyInSandbox as Boolean
- shared method paymentWithProduct(product as SKProductMBS) as SKPaymentMBS
- class SKPaymentQueueMBS
- method Destructor
- method Constructor
- method addPayment(payment as SKPaymentMBS)
- method finishTransaction(transaction as SKPaymentTransactionMBS)
- method restoreCompletedTransactions
- method restoreCompletedTransactionsWithApplicationUsername(username as String)
- method transactions as SKPaymentTransactionMBS()
- method startDownloads(downloads() as SKDownloadMBS)
- method pauseDownloads(downloads() as SKDownloadMBS)
- method resumeDownloads(downloads() as SKDownloadMBS)
- method cancelDownloads(downloads() as SKDownloadMBS)
- method startDownload(download as SKDownloadMBS)
- method pauseDownload(download as SKDownloadMBS)
- method resumeDownload(download as SKDownloadMBS)
- method cancelDownload(download as SKDownloadMBS)
- property Handle as Integer
- shared method canMakePayments as boolean
- event updatedTransactions(transactions() as SKPaymentTransactionMBS)
- event removedTransactions(transactions() as SKPaymentTransactionMBS)
- event restoreCompletedTransactionsFailedWithError(Error as NSErrorMBS)
- event paymentQueueRestoreCompletedTransactionsFinished
- event updatedDownloads(downloads() as SKDownloadMBS)
- class SKPaymentTransactionMBS
- method Constructor
- method downloads as SKDownloadMBS()
- property Handle as Integer
- property Error as NSErrorMBS
- property originalTransaction as SKPaymentTransactionMBS
- property payment as SKPaymentMBS
- property transactionDate as Date
- property transactionState as Integer
- property transactionIdentifier as String
- property transactionDateTime as DateTime
- class SKProductDiscountMBS
- class SKProductMBS
- method Constructor
- method contentLengths as Int64()
- method downloadContentLengths as Int64()
- property Handle as Integer
- property localizedDescription as String
- property localizedTitle as String
- property productIdentifier as String
- property priceLocale as NSLocaleMBS
- property downloadable as Boolean
- property contentVersion as String
- property downloadContentVersion as String
- property subscriptionGroupIdentifier as String
- property contentLength as Int64
- property downloadContentLength as Int64
- property price as Double
- property priceString as String
- property subscriptionPeriod as SKProductSubscriptionPeriodMBS
- property introductoryPrice as SKProductDiscountMBS
- class SKProductsRequestMBS
- class SKProductSubscriptionPeriodMBS
- class SKReceiptRefreshRequestMBS
- method Constructor(properties as dictionary = nil)
- method cancel
- method start
- method Destructor
- property Handle as Integer
- property receiptProperties as Dictionary
- shared method TerminateForInvalidReceipt
- shared method SKReceiptPropertyIsExpired as string
- shared method SKReceiptPropertyIsRevoked as string
- shared method SKReceiptPropertyIsVolumePurchase as string
- event didFinish
- event didFailWithError(error as NSErrorMBS)
- module StoreKitMBS
