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
accountStatusDeclaration
Swift
func accountStatus(completionHandler: @escaping (CKAccountStatus, Error?) -> Void) -
accountStatus()Extension method, asynchronousDetermines whether the system can access the user’s iCloud account.
See also
accountStatusDeclaration
Swift
public func accountStatus() async throws -> CKAccountStatusReturn Value
The
CKAccountStatus.
View on GitHub
ACKContainer Protocol Reference