ACKContainer
public protocol ACKContainer
A protocol used to abstract a CKContainer
.
Invoke the async extension method on your CKContainer
instances to fetch the account status asynchronously.
See also
CloudKit
-
Implemented by
CKContainer
.See also
accountStatus
Declaration
Swift
func accountStatus(completionHandler: @escaping (CKAccountStatus, Error?) -> Void)
-
accountStatus()
Extension method, asynchronousDetermines whether the system can access the user’s iCloud account.
See also
accountStatus
Declaration
Swift
public func accountStatus() async throws -> CKAccountStatus
Return Value
The
CKAccountStatus
.