CKDatabase
CKDatabase(IntPtr)
CKDatabase(NativeHandle)
CKDatabase(NSObjectFlag)
ClassHandle
DatabaseScope
AddOperation(CKDatabaseOperation)
DeleteRecord(CKRecordID, Action<CKRecordID, NSError>)
DeleteRecordAsync(CKRecordID)
DeleteRecordZone(CKRecordZoneID, Action<CKRecordZoneID, NSError>)
DeleteRecordZoneAsync(CKRecordZoneID)
DeleteSubscription(String, CKDatabaseDeleteSubscriptionHandler)
DeleteSubscriptionAsync(String)
FetchAllRecordZones(Action<CKRecordZone[], NSError>)
FetchAllRecordZonesAsync()
FetchAllSubscriptions(Action<CKSubscription[], NSError>)
FetchAllSubscriptionsAsync()
FetchRecord(CKRecordID, Action<CKRecord, NSError>)
FetchRecordAsync(CKRecordID)
FetchRecordZone(CKRecordZoneID, Action<CKRecordZone, NSError>)
FetchRecordZoneAsync(CKRecordZoneID)
FetchSubscription(String, Action<CKSubscription, NSError>)
FetchSubscriptionAsync(String)
PerformQuery(CKQuery, CKRecordZoneID, Action<CKRecord[], NSError>)
PerformQueryAsync(CKQuery, CKRecordZoneID)
SaveRecord(CKRecord, Action<CKRecord, NSError>)
SaveRecordAsync(CKRecord)
SaveRecordZone(CKRecordZone, Action<CKRecordZone, NSError>)
SaveRecordZoneAsync(CKRecordZone)
SaveSubscription(CKSubscription, Action<CKSubscription, NSError>)
SaveSubscriptionAsync(CKSubscription)
xamarinios
namespace CloudKit
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Register("CKDatabase", true)]
public class CKDatabase : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual Task<CKRecord![]!>! PerformQueryAsync(CKQuery! query, CKRecordZoneID? zoneId);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API